mirror of
https://github.com/alecthomas/chroma.git
synced 2025-01-28 03:29:41 +02:00
Groovy added a 'record' type and keyword in version 4 (#764)
This commit is contained in:
parent
42c314dbe7
commit
b831d1b861
@ -56,7 +56,7 @@
|
||||
<rule pattern="(true|false|null)\b">
|
||||
<token type="KeywordConstant"/>
|
||||
</rule>
|
||||
<rule pattern="(class|interface)(\s+)">
|
||||
<rule pattern="(class|interface|record)(\s+)">
|
||||
<bygroups>
|
||||
<token type="KeywordDeclaration"/>
|
||||
<token type="Text"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user