File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ syntax keyword recKeyword %mandatory %prohibit %rec %sort %unique
1212syntax keyword recKeyword % unique
1313
1414syntax match recComment " \v ^#.*$"
15- syntax match recField " \v ^[a-zA-Z0-9_]* "
15+ syntax match recField " \v ^\w + "
1616syntax match recComparisonOperator " \v\> ?\< ?\! ?\= ?" contained
1717syntax match recMultilineMarker " \v ^\+ "
1818
@@ -27,8 +27,8 @@ syntax match recSizeDeclaration "\v^[%]size\: .*"hs=s,he=s+5 contains=recCompari
2727
2828syntax match recNumber " \v\- ?\d +"
2929syntax match recNumber " \v\- ?\d +\.\d +"
30- syntax match recNumber " \v\- ?0[0-7] +"
31- syntax match recNumber " \v\- ?0[xX][0-9a-fA-F] +"
30+ syntax match recNumber " \v\- ?0\o +"
31+ syntax match recNumber " \v\- ?0[xX]\x +"
3232
3333highlight default link recComment Comment
3434highlight default link recComparisonOperator Operator
You can’t perform that action at this time.
0 commit comments