Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Groovy added a 'record' type and keyword in version 4 (#764)
  • Loading branch information
glaforge committed Mar 15, 2023
1 parent 42c314d commit b831d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexers/embedded/groovy.xml
Expand Up @@ -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"/>
Expand Down

0 comments on commit b831d1b

Please sign in to comment.