mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-17 20:58:08 +02:00
lexers: support for nim GENERALIZED_TRIPLESTR_LIT (#853)
This commit is contained in:
parent
94d11ab996
commit
0b08639048
@ -132,6 +132,10 @@
|
||||
<rule pattern="\.\.|\.|,|\[\.|\.\]|\{\.|\.\}|\(\.|\.\)|\{|\}|\(|\)|:|\^|`|;">
|
||||
<token type="Punctuation"/>
|
||||
</rule>
|
||||
<rule pattern="(?:[\w]+)"""">
|
||||
<token type="LiteralString"/>
|
||||
<push state="tdqs"/>
|
||||
</rule>
|
||||
<rule pattern="(?:[\w]+)"">
|
||||
<token type="LiteralString"/>
|
||||
<push state="rdqs"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user