Vim logo vim online Vim Book Ad

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
 

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
stata.vim 1.0.5 08-Oct-2002 6.0 Jeffrey Pitblado Initial upload

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 [email protected] after searching the archive. Help Bram help Uganda.
SourceForge Logo