summaryrefslogtreecommitdiff
path: root/data/syntax-highlighting/vim/syntax
AgeCommit message (Collapse)Author
2021-05-06syntax-highlighting: vim: add myself as a maintainerLiam Beguin
Add myself as a maintainer of these files since I'll be keeping them in sync with the Vim repository. Signed-off-by: Liam Beguin <liambeguin@gmail.com>
2021-03-16Add range() functionXavier Claessens
Fixes: #5026.
2020-11-03vim: Drop backwards compatibility with Vim 5.Aman Verma
2020-07-22vim: Syntax-highlight continue and break statementsNirbheek Chauhan
2020-03-12syntax-highlighting/vim: Add `in` as an operatorNirbheek Chauhan
This was missed. Ages ago.
2019-12-12Add a summary() function for configuration summarizationXavier Claessens
Based on patch from Dylan Baker. Fixes #757
2019-11-07syntax-highlighting: vim: fix setting cpo [skip ci]Liam Beguin
since 'cpo' is global, use `set` instead of `setlocal`. Reported-By: Bram Moolenaar <Bram@vim.org> Signed-off-by: Liam Beguin <liambeguin@gmail.com>
2019-10-18syntax-highlighting: vim: add license header [skip ci]Liam Beguin
Add a license header before getting them in the Vim runtime.
2019-08-12Add is_disabler functionJames Hilliard
This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-07-10Add alias_target() functionXavier Claessens
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan
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.
2018-07-02meson.vim: Add missing disabler() entry [skip ci]Nirbheek Chauhan
2018-04-11Trivial update to meson vim syntax + typo in snippet [skip ci]Nirbheek Chauhan
2018-02-11Re-link remaining github wiki urls to mesonbuild.com siteSami Kerola
2017-12-14vim: Add warning function to list of builtinsDylan Baker
2017-11-11Move shell completions and text editor helpers to data/Arseny Maslennikov