remove some commands that don't show up in files
This commit is contained in:
parent
e704492f57
commit
49d887ad30
1 changed files with 3 additions and 2 deletions
|
@ -62,14 +62,15 @@ hi def link maudeIf Conditional
|
||||||
syn match maudeUnderscore '_'
|
syn match maudeUnderscore '_'
|
||||||
hi def link maudeUnderscore Special
|
hi def link maudeUnderscore Special
|
||||||
|
|
||||||
syn match maudePunc '\%(^\|\s\)\zs\%(::\?\|->\|=>\|=\%(=\|/=\)\?\)\ze\%(\s\|$\)'
|
syn match maudePunc
|
||||||
|
\ '\%(^\|\s\)\zs\%(:[:=]\?\|->\|<-\|=>\|=\%(=\|/=\)\?\|@\)\ze\%(\s\|$\)'
|
||||||
hi def link maudePunc Operator
|
hi def link maudePunc Operator
|
||||||
|
|
||||||
syn match maudeDelim '[{}\[\](),]\|\%(^\|\s\)\zs\.\ze\%(\s\|$\)'
|
syn match maudeDelim '[{}\[\](),]\|\%(^\|\s\)\zs\.\ze\%(\s\|$\)'
|
||||||
hi def link maudeDelim Delimiter
|
hi def link maudeDelim Delimiter
|
||||||
|
|
||||||
|
|
||||||
syn keyword maudeCommand reduce red rewrite rew load set quit
|
syn keyword maudeCommand load set quit
|
||||||
hi def link maudeCommand Special
|
hi def link maudeCommand Special
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue