fun is an expression not a decl
This commit is contained in:
parent
f58e67db1c
commit
0c1cb6f77a
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ syn match belPragma /\%(%\|\<--\)\%(coverage\|warncoverage\|nostrengthen\|infix\
|
||||||
hi def link belPragma Special
|
hi def link belPragma Special
|
||||||
|
|
||||||
syn keyword belDecl
|
syn keyword belDecl
|
||||||
\ LF inductive coinductive fun stratified proof schema rec and typedef
|
\ LF inductive coinductive stratified proof schema rec and typedef
|
||||||
hi def link belDecl Structure
|
hi def link belDecl Structure
|
||||||
|
|
||||||
syn keyword belTotal total
|
syn keyword belTotal total
|
||||||
|
@ -60,7 +60,7 @@ syn region belObjLam
|
||||||
\ matchgroup=belObjLamP start=/\\/ matchgroup=belArrowEtc end=/\./ transparent
|
\ matchgroup=belObjLamP start=/\\/ matchgroup=belArrowEtc end=/\./ transparent
|
||||||
hi def link belObjLamP Define
|
hi def link belObjLamP Define
|
||||||
|
|
||||||
syn keyword belMetaLam fn mlam
|
syn keyword belMetaLam fn mlam fun
|
||||||
hi def link belMetaLam Define
|
hi def link belMetaLam Define
|
||||||
|
|
||||||
syn keyword belCase case of impossible
|
syn keyword belCase case of impossible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue