fix 1mods after names
This commit is contained in:
parent
d7261029b8
commit
66f620cce1
1 changed files with 4 additions and 4 deletions
|
@ -18,23 +18,23 @@ hi def link bqnDelim Delimiter
|
||||||
syn match bqnOp "[-¬!√÷+=⋆×⌽∊⍷↑⍋∧⊔⊑⊏⊒⊐⊣⊢|⍉↕«»⋈⥊↓⍒∨⌈⌊≢≡<≤∾>≥≍/≠]"
|
syn match bqnOp "[-¬!√÷+=⋆×⌽∊⍷↑⍋∧⊔⊑⊏⊒⊐⊣⊢|⍉↕«»⋈⥊↓⍒∨⌈⌊≢≡<≤∾>≥≍/≠]"
|
||||||
hi def link bqnOp Function
|
hi def link bqnOp Function
|
||||||
|
|
||||||
syn match bqnNameOp /\%(\<\|\%(•\|\.\)\@<=\)\u\%(\w\|¯\)*\>/
|
syn match bqnNameOp /\%(\<\|\%(•\|\.\)\@<=\)\u\%(\w\|¯\)*\%([˜˘¨˝˙]\|\>\)\@=/
|
||||||
hi def link bqnNameOp bqnOp
|
hi def link bqnNameOp bqnOp
|
||||||
|
|
||||||
syn match bqnMod1 /[`˜˘¨⁼⌜´˝˙]/
|
syn match bqnMod1 /[`˜˘¨⁼⌜´˝˙]/
|
||||||
hi def link bqnMod1 Typedef
|
hi def link bqnMod1 Typedef
|
||||||
|
|
||||||
syn match bqnNameMod1 /\%(\<\|\%(•\|\.\)\@<=\)_\%(\w\|¯\)\+\>/
|
syn match bqnNameMod1 /\%(\<\|\%(•\|\.\)\@<=\)_\%(\w\|¯\)\+\%([˜˘¨˝˙]\|\>\)\@=/
|
||||||
hi def link bqnNameMod1 bqnMod1
|
hi def link bqnNameMod1 bqnMod1
|
||||||
|
|
||||||
syn match bqnMod2 /[⎉⚇⍟◶⊘⎊⊸∘○⌾⟜]/
|
syn match bqnMod2 /[⎉⚇⍟◶⊘⎊⊸∘○⌾⟜]/
|
||||||
hi def link bqnMod2 Keyword
|
hi def link bqnMod2 Keyword
|
||||||
|
|
||||||
syn match bqnNameMod2 /\%(\<\|\%(•\|\.\)\@<=\)_\%(\w\|¯\)\+_\>/
|
syn match bqnNameMod2 /\%(\<\|\%(•\|\.\)\@<=\)_\%(\w\|¯\)\+_\%([˜˘¨˝˙]\|\>\)\@=/
|
||||||
hi def link bqnNameMod2 bqnMod2
|
hi def link bqnNameMod2 bqnMod2
|
||||||
|
|
||||||
" system subjects highlighted different
|
" system subjects highlighted different
|
||||||
syn match bqnSubject /\%(\<\|\.\@<=\)\l\%(\w\|¯\)*\>/
|
syn match bqnSubject /\%(\<\|\.\@<=\)\l\%(\w\|¯\)*\%([˜˘¨˝˙]\|\>\)\@=/
|
||||||
hi def link bqnSubject Normal
|
hi def link bqnSubject Normal
|
||||||
|
|
||||||
syn match bqnSystem /•\%(\l\%(\w\|¯\)*\%(\>\|\.\@=\)\)\?/
|
syn match bqnSystem /•\%(\l\%(\w\|¯\)*\%(\>\|\.\@=\)\)\?/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue