Skip to content

Commit 38348ac

Browse files
committed
fix highlighting for %typedef (missed the 'f')
1 parent b36499c commit 38348ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/rec.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ syntax keyword recType int bool range real size line regexp date contained conta
1818
syntax keyword recType enum field email uuid rec contained containedin=recTypeAssociation,recTypeDeclaration
1919
syntax region recTypeComment start="\v\(" end="\v\)" contained containedin=recTypeAssociation,recTypeDeclaration
2020
syntax 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
2222
syntax keyword recTypeLimit MIN MAX contained containedin=recTypeAssociation,recTypeDeclaration
2323

2424
syntax match recNumber "\v\-?\d+"

0 commit comments

Comments
 (0)