Skip to content

Commit 2ef4f91

Browse files
committed
comment category is now spelled with lowercase
1 parent ff3184d commit 2ef4f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/text/search/Grammars.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ default bool isToken(Tree _) = false;
8888
bool isLexical(appl(prod(Symbol s, _, _), _)) = true when lex(_) := s || label(_, lex(_)) := s;
8989
default bool isLexical(Tree _) = false;
9090
91-
bool isComment(Tree t) = true when t has prod, /"category"("Comment") := t.prod;
91+
bool isComment(Tree t) = true when t has prod, /"category"("comment") := t.prod;
9292
default bool isComment(Tree _) = false;

0 commit comments

Comments
 (0)