smcl.vim : vim syntax file for SMCL files
| script karma |
Rating 4/1,
Downloaded by 929 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Jeffrey Pitblado |
| |
| script type |
| syntax |
| |
| description |
smcl.vim is a syntax file for Stata's smcl- and hlp-files
This syntax file will help identify:
* most smcl codes
* errors in parens, brackets, ...
|
| |
| install details |
I keep smcl.vim in $HOME/.vim/syntax/ and associate smcl- and hlp-files in$HOME/.vim/filetypes.vim using the following:
augroup filetypedetect
autocmd! BufRead,BufNewFile *.hlp set filetype=smcl
autocmd! BufRead,BufNewFile *.ihlp set filetype=smcl
autocmd! BufRead,BufNewFile *.smcl set filetype=smcl
augrougp END |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|