summaryrefslogtreecommitdiff
path: root/data/syntax-highlighting
AgeCommit message (Expand)Author
2021-12-01add install_symlink functionPablo Correa Gómez
2021-10-12syntax-highlighting: vim: whitespace fixesDoug Kearns
2021-10-12syntax-highlighting: vim: improve the ftpluginDoug Kearns
2021-10-12syntax-highlighting: vim: set b:undo_ftpluginDoug Kearns
2021-10-12syntax-highlighting: vim: use Boolean highlight group for booleansDoug Kearns
2021-10-12syntax-highlighting: vim: match octal and hexadecimal numbersDoug Kearns
2021-10-08add install_emptydir functionEli Schwartz
2021-09-30syntax-highlighting: vim: set b:undo_indentDoug Kearns
2021-08-16Add unset_variable()Tristan Partin
2021-05-06syntax-highlighting: vim: add myself as a maintainerLiam Beguin
2021-05-06syntax-highlighting: vim: fix setting cpoLiam Beguin
2021-03-16Add range() functionXavier Claessens
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
2020-01-14Add .wrap file syntax detection for vimLuke Drummond
2019-12-12Add a summary() function for configuration summarizationXavier Claessens
2019-11-07syntax-highlighting: vim: fix setting cpo [skip ci]Liam Beguin
2019-10-18syntax-highlighting: vim: add license header [skip ci]Liam Beguin
2019-10-14syntax-highlighting: vim: set comment stringLiam Beguin
2019-08-12Add is_disabler functionJames Hilliard
2019-07-10Add alias_target() functionXavier Claessens
2018-11-30syntax-highlighting: vim: Allow overriding shiftwidth and softtabstopLaurent Pinchart
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan
2018-07-02meson.vim: Add missing disabler() entry [skip ci]Nirbheek Chauhan
2018-06-30Add feature footerJuergen Hoetzel
2018-06-30Setup mode-specific `comment-start' and `'comment-end'Juergen Hoetzel
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
2018-01-16A few small improvements to meson.elJon Turney
2017-12-14vim: Add warning function to list of builtinsDylan Baker
2017-11-11Move shell completions and text editor helpers to data/Arseny Maslennikov