diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-14 11:28:27 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-14 16:18:59 +0600 |
| commit | e92461b88e8b15f435afc940b6293f4cda43596b (patch) | |
| tree | e1840de57b9f27df43e910330c311ff253989e4a /files/.vim/syntax | |
| parent | dc5c2ba7fe5c2b35d649c4622773bdbe6c7ac99a (diff) | |
Remove unused vim plugins.
Diffstat (limited to 'files/.vim/syntax')
| -rw-r--r-- | files/.vim/syntax/python.vim | 13 | ||||
| -rw-r--r-- | files/.vim/syntax/worklist.vim | 19 |
2 files changed, 0 insertions, 32 deletions
diff --git a/files/.vim/syntax/python.vim b/files/.vim/syntax/python.vim deleted file mode 100644 index 53da6ae..0000000 --- a/files/.vim/syntax/python.vim +++ /dev/null @@ -1,13 +0,0 @@ -let python_highlight_all = 1 -syn match pythonError "^\s*def\s\+\w\+(.*)\s*$" display -syn match pythonError "^\s*class\s\+\w\+(.*)\s*$" display -syn match pythonError "^\s*for\s.*[^:]$" display -syn match pythonError "^\s*except\s*$" display -syn match pythonError "^\s*finally\s*$" display -syn match pythonError "^\s*try\s*$" display -syn match pythonError "^\s*else\s*$" display -syn match pythonError "^\s*else\s*[^:].*" display -syn match pythonError "^\s*if\s.*[^\:]$" display -syn match pythonError "^\s*except\s.*[^\:]$" display -syn match pythonError "[;]$" display -syn keyword pythonError do diff --git a/files/.vim/syntax/worklist.vim b/files/.vim/syntax/worklist.vim deleted file mode 100644 index f9b2017..0000000 --- a/files/.vim/syntax/worklist.vim +++ /dev/null @@ -1,19 +0,0 @@ -" Vim syntax file - -syntax clear -syntax case match - -syn match worklistTag /\v\[\w+\]/ -" Statuses -syn region worklistDone start=/\v^\-\s*\:DONE\:/ end=/\v^\s*$/ -syn region worklistBug start=/\v^\-\s*\:BUG\:/ end=/\v^\s*$/ -syn region worklistNew start=/\v^\-\s*\:NEW\:/ end=/\v^\s*$/ -syn region worklistLow start=/\v^\-\s*\:LOW\:/ end=/\v^\s*$/ - -hi link worklistDone Ignore -hi link worklistBug Error -hi link worklistNew Todo -hi link worklistLow Comment -hi link worklistTag Tag - -let b:current_syntax = "worklist" |
