highlight \ and . the same

This commit is contained in:
rhiannon morris 2022-07-15 14:55:39 +02:00
parent c3ec8631ae
commit 9fae64707e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ hi def link belSubstVar String
syn region belObjLam
\ matchgroup=belObjLamP start=/\\/ matchgroup=belArrowEtc end=/\./ transparent
hi def link belObjLamP Define
hi def link belObjLamP Function
syn keyword belMetaLam fn mlam fun
hi def link belMetaLam Define