fun is an expression not a decl

This commit is contained in:
rhiannon morris 2022-07-15 14:55:12 +02:00
parent f58e67db1c
commit 0c1cb6f77a
1 changed files with 2 additions and 2 deletions

View File

@ -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