We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9800e01 commit 0691fe4Copy full SHA for 0691fe4
lib/languages/crystal.txt
@@ -1,3 +1,3 @@
1
-!e
+!e stop_at_first_loc
2
#\p
3
require
test/languages/crystal_test.rb
@@ -43,7 +43,7 @@ class TwoFer
43
44
expected = <<~CODE
45
class TwoFer
46
- ...
+ ...#And comments
47
end
48
CODE
49
@@ -77,6 +77,7 @@ def count_words(text)
77
78
module
79
def count_words(text)
80
+ #This counts words
81
WORDS[0]
82
83
0 commit comments