Inferno sh syntax : OS Inferno shell syntax highlight
| script karma |
Rating 12/3,
Downloaded by 1868 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Alex Efros |
| |
| script type |
| syntax |
| |
| description |
| Syntax highlight for OS Inferno shell (/dis/sh.dis). |
| |
| install details |
Copy downloaded infsh.vim to ~/.vim/syntax/
To autodetect filetype add this to ~/.vimrc or .vim/ftdetect/infsh.vim:
autocmd BufNewFile,BufRead profile,wmsetup setf infsh
autocmd BufNewFile,BufRead * if getline(1) =~ '^#!/dis/sh' || getline(1) =~ '^load ' || getline(2) =~ '^load ' | setlocal ft=infsh | endif |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.107
|