remove some commands that don't show up in files

This commit is contained in:
rhiannon morris 2022-03-16 04:12:59 +01:00
parent e704492f57
commit 49d887ad30
1 changed files with 3 additions and 2 deletions

View File

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