We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38348ac commit 007cbb9Copy full SHA for 007cbb9
syntax/rec.vim
@@ -12,7 +12,7 @@ syntax keyword recKeyword %mandatory %prohibit %rec %size %sort %unique
12
syntax keyword recKeyword %unique
13
14
syntax match recComment "\v^#.*$"
15
-syntax match recField "\v^[a-zA-Z]*\:"
+syntax match recField "\v^[a-zA-Z_]*\:"
16
17
syntax keyword recType int bool range real size line regexp date contained containedin=recTypeAssociation,recTypeDeclaration
18
syntax keyword recType enum field email uuid rec contained containedin=recTypeAssociation,recTypeDeclaration
0 commit comments