highlight \ and . the same
This commit is contained in:
parent
c3ec8631ae
commit
9fae64707e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ hi def link belSubstVar String
|
||||||
|
|
||||||
syn region belObjLam
|
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 Function
|
||||||
|
|
||||||
syn keyword belMetaLam fn mlam fun
|
syn keyword belMetaLam fn mlam fun
|
||||||
hi def link belMetaLam Define
|
hi def link belMetaLam Define
|
||||||
|
|
Loading…
Reference in a new issue