Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-19 | Vim syntax: new function add_test_setup() | Nirbheek Chauhan | 1 | -2/+1 | |
Also remove is_subproject; it's not a global function | |||||
2016-12-22 | Vim syntax highlighting fixes. Closes #1241. | Jussi Pakkanen | 2 | -4/+4 | |
2016-12-06 | syntax-highlighting: Update list of builtin functions | Nirbheek Chauhan | 1 | -12/+52 | |
Also put them on one line each for easy updates. | |||||
2016-11-26 | Add basic syntax and indentation files for ViM | Nirbheek Chauhan | 4 | -0/+305 | |
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. |