add typedef
This commit is contained in:
parent
d6eda4abd0
commit
772dc1ae0f
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ hi def link belType Typedef
|
|||
syn match belPragma /\%(%\|\<--\)\%(coverage\|warncoverage\|nostrengthen\|infix\|prefix\|assoc\|name\|abbrev\|not\|open\)\>/
|
||||
hi def link belPragma Special
|
||||
|
||||
syn keyword belDecl LF inductive coinductive fun stratified proof schema rec and
|
||||
syn keyword belDecl
|
||||
\ LF inductive coinductive fun stratified proof schema rec and typedef
|
||||
hi def link belDecl Structure
|
||||
|
||||
syn keyword belTotal total
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue