sponsor Vim development Vim logo Vim Book Ad

Inferno sh syntax : OS Inferno shell syntax highlight

 script karma  Rating 12/3, Downloaded by 1600  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
infsh.vim 1.10 2012-12-09 7.0 Alex Efros add ability to include this syntax
minor fix for comments
infsh.vim 1.0 2012-12-09 7.0 Alex Efros Initial upload
ip used for rating: 18.217.60.35

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github