1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-12 07:05:47 +01:00

add 'urlseparator' to vimperator.vim

This commit is contained in:
Doug Kearns
2008-07-21 05:54:36 +00:00
parent 6eed6938a6
commit 33cf937388

View File

@@ -1,7 +1,7 @@
" Vim syntax file " Vim syntax file
" Language: VIMperator configuration file " Language: VIMperator configuration file
" Maintainer: Doug Kearns <dougkearns@gmail.com> " Maintainer: Doug Kearns <dougkearns@gmail.com>
" Latest Revision: 2008 July 7 " Latest Revision: 2008 July 21
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish
@@ -44,8 +44,8 @@ syn keyword vimperatorOption activate act activelinkfgcolor alfc activelinkbgcol
\ noincsearch nois ignorecase ic noignorecase noic insertmode im noinsertmode noim laststatus ls linkbgcolor lbc linkfgcolor \ noincsearch nois ignorecase ic noignorecase noic insertmode im noinsertmode noim laststatus ls linkbgcolor lbc linkfgcolor
\ lfc linksearch lks nolinksearch nolks more newtab nextpattern nomore pageinfo pa popups pps preload nopreload previewheight \ lfc linksearch lks nolinksearch nolks more newtab nextpattern nomore pageinfo pa popups pps preload nopreload previewheight
\ pvh previouspattern online noonline scroll scr showmode smd noshowmode nosmd showstatuslinks ssli showtabline stal smartcase \ pvh previouspattern online noonline scroll scr showmode smd noshowmode nosmd showstatuslinks ssli showtabline stal smartcase
\ scs nosmartcase noscs suggestengines titlestring usermode um nousermode noum verbose vbs visualbell vb novisualbell novb \ scs nosmartcase noscs suggestengines titlestring usermode um nousermode noum urlseparator verbose vbs visualbell vb
\ visualbellstyle wildmode wim wildoptions wop wordseparators wsp \ novisualbell novb visualbellstyle wildmode wim wildoptions wop wordseparators wsp
\ 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