1
0
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:
Guillaume Laforge 2023-03-15 20:33:01 +01:00 committed by GitHub
parent 42c314dbe7
commit b831d1b861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"/>