Commit Graph

4 Commits

Author SHA1 Message Date
Nirbheek Chauhan f0ccbc649c Vim syntax: new function add_test_setup()
Also remove is_subproject; it's not a global function
2017-02-19 13:17:44 -05:00
Jussi Pakkanen 6f5a5622b9 Vim syntax highlighting fixes. Closes #1241. 2016-12-22 02:17:49 +02:00
Nirbheek Chauhan 2897b7d3b0 syntax-highlighting: Update list of builtin functions
Also put them on one line each for easy updates.
2016-12-06 23:44:16 +02:00
Nirbheek Chauhan ce09c5bb8c Add basic syntax and indentation files for ViM
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.
2016-11-26 13:00:56 -05:00