Skip to content

Commit 0b08639

Browse files
authoredSep 19, 2023
lexers: support for nim GENERALIZED_TRIPLESTR_LIT (#853)
1 parent 94d11ab commit 0b08639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎lexers/embedded/nim.xml

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@
132132
<rule pattern="\.\.|\.|,|\[\.|\.\]|\{\.|\.\}|\(\.|\.\)|\{|\}|\(|\)|:|\^|`|;">
133133
<token type="Punctuation"/>
134134
</rule>
135+
<rule pattern="(?:[\w]+)&#34;&#34;&#34;">
136+
<token type="LiteralString"/>
137+
<push state="tdqs"/>
138+
</rule>
135139
<rule pattern="(?:[\w]+)&#34;">
136140
<token type="LiteralString"/>
137141
<push state="rdqs"/>

0 commit comments

Comments
 (0)
Please sign in to comment.