Skip to content

Commit 685ad2c

Browse files
authored
Update Core lexer to adjust for removed keyword const (#1134)
1 parent e9ffd5a commit 685ad2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lexers/embedded/core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<rule pattern="//(.*?)\n">
1414
<token type="CommentSingle"/>
1515
</rule>
16-
<rule pattern="(const|class|value|union|enum|trait|impl|annotation)\b">
16+
<rule pattern="(class|value|union|enum|trait|impl|annotation)\b">
1717
<token type="KeywordDeclaration"/>
1818
</rule>
1919
<rule pattern="(fun|let|var)\b">

0 commit comments

Comments
 (0)