Code Monkey home page Code Monkey logo

stata-vim-syntax's Introduction

Vim + Stata

Syntax highlighting and snippets for editing Stata files with vim/neovim.

Features

  • Syntax highlighting for .do and .ado scripts.
  • Syntax highlighting for .dct dictionary files (used with infile).
  • Syntax highlighting for SMCL (Stata help files).
  • Snippets for use with UltiSnips.

This project is currently compatible with Stata 15. Several commands introduced in Stata 16 and 17 will not be highlighted correctly. I mostly use Stata 15 and I am unlikely to update this project to support later versions of Stata until I upgrade. Pull requests are welcome.

Installation

Include the following in your .vimrc (vim) or init.vim (neovim):

call plug#begin()
    Plug 'poliquin/stata-vim'
call plug#end()

Include the following in your .vimrc (vim) or init.vim (neovim):

call vundle#begin()
    Plugin 'poliquin/stata-vim'
call vundle#end()

Clone the repo to your bundles/ directory:

cd ~/.vim/bundle
git clone git://github.com/poliquin/stata-vim.git

Credits

stata-vim-syntax's People

Contributors

poliquin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.