meson/syntax-highlighting/vim
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
..
ftdetect Add basic syntax and indentation files for ViM 2016-11-26 13:00:56 -05:00
plugin Add basic syntax and indentation files for ViM 2016-11-26 13:00:56 -05:00
syntax Add basic syntax and indentation files for ViM 2016-11-26 13:00:56 -05:00
README Add basic syntax and indentation files for ViM 2016-11-26 13:00:56 -05:00

README

ftdetect sets the filetype
syntax does Meson syntax highlighting
plugin does Meson indentation