We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent e9ffd5a commit 685ad2cCopy full SHA for 685ad2c
lexers/embedded/core.xml
@@ -13,7 +13,7 @@
13
<rule pattern="//(.*?)\n">
14
<token type="CommentSingle"/>
15
</rule>
16
- <rule pattern="(const|class|value|union|enum|trait|impl|annotation)\b">
+ <rule pattern="(class|value|union|enum|trait|impl|annotation)\b">
17
<token type="KeywordDeclaration"/>
18
19
<rule pattern="(fun|let|var)\b">
0 commit comments