1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-30 16:23:32 +02:00

add 'hlsearchstyle' to Vim syntax file

This commit is contained in:
Doug Kearns
2007-09-20 13:17:53 +00:00
parent fa2b37fa00
commit e806441238

View File

@@ -30,11 +30,11 @@ syn match vimperatorCommandWrapper "\<\h\w*\>" contains=vimperatorCommand
syn region vimperatorSet matchgroup=vimperatorCommand start="\<set\=\>" end="$" keepend oneline contains=vimperatorOption syn region vimperatorSet matchgroup=vimperatorCommand start="\<set\=\>" end="$" keepend oneline contains=vimperatorOption
syn keyword vimperatorOption activate act complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs fullscreen fs syn keyword vimperatorOption activate act complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs fullscreen fs
\ nofullscreen nofs guioptions go hintchars hc hintstyle hs hinttags hlsearch hls nohlsearch nohls incsearch is \ nofullscreen nofs guioptions go hintchars hc hintstyle hs hinttags hlsearch hls nohlsearch nohls hlsearchstyle hlss
\ noincsearch nois ignorecase ic noignorecase noic insertmode im noinsertmode noim linksearch ls nolinksearch nols \ nohlsearchstyle nohlss incsearch is noincsearch nois ignorecase ic noignorecase noic insertmode im noinsertmode noim
\ maxhints mh popups pps preload nopreload previewheight pvh scroll scr showmode smd noshowmode nosmd showstatuslinks ssli \ linksearch ls nolinksearch nols maxhints mh popups pps preload nopreload previewheight pvh scroll scr showmode smd
\ showtabline stal smartcase scs nosmartcase noscs titlestring usermode um nousermode noum verbose vbs visualbell vb \ noshowmode nosmd showstatuslinks ssli showtabline stal smartcase scs nosmartcase noscs titlestring usermode um
\ novisualbell novb wildmode wim wildoptions wop \ nousermode noum verbose vbs visualbell vb novisualbell novb wildmode wim wildoptions wop
\ contained \ contained
syn region vimperatorJavascript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline syn region vimperatorJavascript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline