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 2492532 commit 775fe01Copy full SHA for 775fe01
syntax/rec.vim
@@ -12,7 +12,7 @@ syntax keyword recKeyword %mandatory %prohibit %rec %sort %unique
12
syntax keyword recKeyword %unique
13
14
syntax match recComment "\v^#.*$"
15
-syntax match recField "\v^[a-zA-Z0-9_]*\:"
+syntax match recField "\v^[a-zA-Z0-9_]*"
16
syntax match recComparisonOperator "\v\>?\<?\!?\=?" contained
17
18
syntax keyword recType int bool range real size line regexp date contained containedin=recTypeAssociation,recTypeDeclaration
0 commit comments