summaryrefslogtreecommitdiff
path: root/melodactyl
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2010-10-11 22:01:46 +1100
committerDoug Kearns <dougkearns@gmail.com>2010-10-11 22:01:46 +1100
commitc081c92d3da6181811c5ec6583a4724ac4b3dbd1 (patch)
tree4d42cbc95ab0065221c241febf32d96aabca5373 /melodactyl
parent68b6df33ca74dcc189dd4844704126a4f1bd8129 (diff)
downloadpentadactyl-c081c92d3da6181811c5ec6583a4724ac4b3dbd1.tar.gz
Fix Vim highlighting of pathological boolean option bang inversions.
--HG-- extra : rebase_source : b535275dc994f5c68533f1f2048cee35bafdc019
Diffstat (limited to 'melodactyl')
-rw-r--r--melodactyl/contrib/vim/syntax/melodactyl.vim14
1 files changed, 6 insertions, 8 deletions
diff --git a/melodactyl/contrib/vim/syntax/melodactyl.vim b/melodactyl/contrib/vim/syntax/melodactyl.vim
index d98d5ca1..c4cb88fe 100644
--- a/melodactyl/contrib/vim/syntax/melodactyl.vim
+++ b/melodactyl/contrib/vim/syntax/melodactyl.vim
@@ -50,14 +50,12 @@ syn match melodactylAutoEventList "\(\a\+,\)*\a\+" contained contains=melodactyl
syn region melodactylSet matchgroup=melodactylCommand start="\%(^\s*:\=\)\@<=\<\%(setl\%[ocal]\|setg\%[lobal]\|set\=\)\=\>"
\ end="$" keepend oneline contains=melodactylOption,melodactylString
-syn keyword melodactylOption activate act altwildmode awim autocomplete au nobanghist nobh cdpath cd complete cpt defsearch
- \ ds editor encoding enc noerrorbells noeb eventignore ei noexrc noex extendedhinttags eht fileencoding fenc followhints fh
- \ nofullscreen nofs guioptions go helpfile hf hintinputs hin hintkeys hk hintmatching hm hinttags ht hinttimeout hto history
- \ hi nohlsearch nohls noignorecase noic noincsearch nois noinsertmode noim nojsdebugger nojsd laststatus ls nolinksearch nolks
- \ loadplugins lpl mapleader ml maxitems messages msgs nomore newtab nextpattern noonline pageinfo pa popups pps
- \ previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf noshowmode nosmd showstatuslinks ssli showtabline stal
- \ nosmartcase noscs nostrictfocus nosf suggestengines titlestring urlseparator nousermode noum verbose vbs novisualbell novb
- \ wildanchor wia wildcase wic wildignore wig wildmode wim wildsort wis wordseparators wsp
+syn keyword melodactylOption activate act altwildmode awim autocomplete au cdpath cd complete cpt defsearch ds editor
+ \ encoding enc eventignore ei extendedhinttags eht fileencoding fenc followhints fh guioptions go helpfile hf hintinputs hin
+ \ hintkeys hk hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls loadplugins lpl mapleader ml maxitems
+ \ messages msgs newtab nextpattern pageinfo pa popups pps previouspattern runtimepath rtp scroll scr shell sh shellcmdflag
+ \ shcf showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator us verbose vbs wildanchor wia
+ \ wildcase wic wildignore wig wildmode wim wildsort wis wordseparators wsp
\ contained nextgroup=melodactylSetMod
let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs", "hlsearch", "hls",