summaryrefslogtreecommitdiff
path: root/data/syntax-highlighting/vim/syntax/meson.vim
Commit message (Collapse)AuthorAgeFilesLines
* vim: Drop backwards compatibility with Vim 5.Aman Verma2020-11-031-30/+15
|
* vim: Syntax-highlight continue and break statementsNirbheek Chauhan2020-07-221-1/+2
|
* syntax-highlighting/vim: Add `in` as an operatorNirbheek Chauhan2020-03-121-1/+1
| | | | This was missed. Ages ago.
* Add a summary() function for configuration summarizationXavier Claessens2019-12-121-0/+1
| | | | | | Based on patch from Dylan Baker. Fixes #757
* syntax-highlighting: vim: fix setting cpo [skip ci]Liam Beguin2019-11-071-1/+1
| | | | | | since 'cpo' is global, use `set` instead of `setlocal`. Reported-By: Bram Moolenaar <Bram@vim.org> Signed-off-by: Liam Beguin <liambeguin@gmail.com>
* syntax-highlighting: vim: add license header [skip ci]Liam Beguin2019-10-181-0/+1
| | | Add a license header before getting them in the Vim runtime.
* Add is_disabler functionJames Hilliard2019-08-121-0/+1
| | | | | | This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
* Add alias_target() functionXavier Claessens2019-07-101-0/+1
|
* Test that vim syntax highlighting is up-to-dateNirbheek Chauhan2018-08-071-0/+3
| | | | | | | Needs a `mock` kwarg to Interpreter to not do any parsing of build files, but only setup the builtins and functions. Also consolidate the documentation and data tests into one class.
* meson.vim: Add missing disabler() entry [skip ci]Nirbheek Chauhan2018-07-021-0/+1
|
* Trivial update to meson vim syntax + typo in snippet [skip ci]Nirbheek Chauhan2018-04-111-0/+1
|
* Re-link remaining github wiki urls to mesonbuild.com siteSami Kerola2018-02-111-2/+2
|
* vim: Add warning function to list of builtinsDylan Baker2017-12-141-0/+1
|
* Move shell completions and text editor helpers to data/Arseny Maslennikov2017-11-111-0/+156