File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ syntax keyword recType int bool range real size line regexp date contained conta
1818syntax keyword recType enum field email uuid rec contained containedin =recTypeAssociation,recTypeDeclaration
1919syntax region recTypeComment start =" \v\( " end =" \v\) " contained containedin =recTypeAssociation,recTypeDeclaration
2020syntax match recTypeAssociation " \v ^[%]type\: .*" hs =s ,he =s + 5 contains =recType
21- syntax match recTypeDeclaration " \v ^[%]typedef\: .*" hs =s ,he =s + 7 contains =recType
21+ syntax match recTypeDeclaration " \v ^[%]typedef\: .*" hs =s ,he =s + 8 contains =recType
2222syntax keyword recTypeLimit MIN MAX contained containedin =recTypeAssociation,recTypeDeclaration
2323
2424syntax match recNumber " \v\- ?\d +"
You can’t perform that action at this time.
0 commit comments