stata.vim : vim syntax file for Stata programs
script karma |
Rating 4/1,
Downloaded by 37 |
created by |
Jeffrey Pitblado |
|
script type |
syntax |
|
description |
stata.vim is a syntax file for Stata do and ado programs.
This syntax file will help identify:
* most Official Stata commands
* most Stata functions
* local and global macro expansions
* regular ("") and compound (`""') double quotes
* numeric and string formats
* Stata comments
* errors in parens, brackets, ...
|
|
install details |
I keep stata.vim in
$HOME/.vim/syntax/stata.vim
and associate Stata programs in
$HOME/.vim/filetypes.vim
using the following:
augroup filetypedetect
autocmd! BufRead,BufNewFile *.do set filetype=stata
autocmd! BufRead,BufNewFile *.ado set filetype=stata
augrougp END
|
|
script versions (upload new version)
Click on the package to download.
|