aboutsummaryrefslogtreecommitdiff
path: root/syntax-highlighting/vim/plugin
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22Vim syntax highlighting fixes. Closes #1241.Jussi Pakkanen1-183/+0
2016-11-26Add basic syntax and indentation files for ViMNirbheek Chauhan1-0/+183
The syntax file does syntax highlighting for numbers, string literals, comments, etc. Also maintains a list of valid function names. The plugin does auto-indentation for Meson with two spaces by default. TODO: explicit errors for decimal numbers (right now, it's just unhighlighted), check kwargs, default options, etc.