diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-05 12:15:27 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-05 12:15:27 -0400 |
| commit | 43b589693584c0a2cf68c49a87f5cc01b619f39f (patch) | |
| tree | ea99959eeb33263a8e7b95a36267dc19128d2c98 /steuermann.vim | |
| parent | c83c8e56a0468be0351c145d50d02cf4c7d3788f (diff) | |
| download | steuermann-43b589693584c0a2cf68c49a87f5cc01b619f39f.tar.gz | |
Move vim script to "extras" directory
Diffstat (limited to 'steuermann.vim')
| -rw-r--r-- | steuermann.vim | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/steuermann.vim b/steuermann.vim deleted file mode 100644 index 97c3b2f..0000000 --- a/steuermann.vim +++ /dev/null @@ -1,22 +0,0 @@ -" To use syntax highlighting with vim: -" -" put this file in ~/.vim/syntax/steuermann.vim -" -" put this command in ~/.vimrc -" autocmd BufRead,BufNewFile *.sm set filetype=steuermann - -syntax match Comment "#.*$" - -syntax keyword Keyword HOSTGROUP TABLE HOST CMD OPT AFTER RUN LOCAL -syntax keyword Keyword IMPORT DEBUG - -syntax match IfClause "IF[^:]*:" - -highlight IfClause guifg=green ctermfg=2 - -syntax match String "\"[^"]*\"" - -syntax region PreProc start="CONDITIONS" end="[\s]*END[ \t]*\n" - -syntax sync fromstart - |
