summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-03-16Add an error message if NPM is not available but neededStephan Seitz
2021-03-16Fixup: ocamllexStephan Seitz
2021-03-16Update ocamlStephan Seitz
2021-03-16Update Kotlin parserStephan Seitz
2021-03-16Update verilog to 0.19.2Stephan Seitz
2021-03-16Update fennel parser to 0.19.2Stephan Seitz
2021-03-16Add explanation why some parsers need to be generated from source nowStephan Seitz
2021-03-16Dart, Svelte no longer requires_generate_from_grammarStephan Seitz
2021-03-16Downgrade glimmer to the 0.19.0 versionStephan Seitz
2021-03-16Update jsonc to 0.19.0Stephan Seitz
2021-03-16Remove verilog parserStephan Seitz
2021-03-16Fixup CIStephan Seitz
2021-03-16Add ocamllex to needs_generateStephan Seitz
2021-03-16Fix clojureStephan Seitz
2021-03-16Add CI hackStephan Seitz
2021-03-16Mark parsers with NPM dependencyStephan Seitz
2021-03-16Make parsers that require "TSGenerateFromGrammar"Stephan Seitz
2021-03-16Update parsersStephan Seitz
2021-03-16Add support for R language.echasnovski
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-09update tips in healthcheckbitcoder
2021-03-09add treesitter version in checkhealthbitcoder
2021-03-04Add Windows support for cl.exeJozef Grajciar
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
2021-03-04[highlights] Add TSSymbol highlight groupDennis B
Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart.
2021-03-02Fix: Allow repo.url to end in ".git"Stephan Seitz
2021-03-02Fix #972: Add tar-download support for GitlabStephan Seitz
2021-03-01fix: add used_by in parser setterkiyan
2021-03-01Add branch to glimmer configNullVoxPopuli
2021-03-01Add glimmer parserNullVoxPopuli
2021-02-27chore: remove useless code and indent fileskiyan
2021-02-23feat: add support for svelteelianiva
2021-02-22health: add legend for x icon in query healthkiyan
2021-02-22chore: rewrite healthcheck for compact outputkiyan
2021-02-22Fix indent sizeBonaBeavis
2021-02-21Add "v", "V", "<C-v>" as valid options of `selection_mode`.echasnovski
2021-02-21Add `selection_mode` argument to `ts_utils.update_selection()`.echasnovski
2021-02-17List myself as the Vue maintainerHugo Osvaldo Barrera
2021-02-17List myself as maintainer for JSONCHugo Osvaldo Barrera
2021-02-17Add README description for JSONCHugo Osvaldo Barrera
2021-02-15Add support for JSONCHugo Osvaldo Barrera
2021-02-12Fix parser config for nixStephan Seitz
2021-02-11fix: remove debug print on query cache invalidationStephan Seitz
The message does not even provide any context where it's coming from and what it is exactly doing and has to be acknowledged when printed in conjunction with the "wrote xxx bytes message"
2021-02-11HTML: improve highlights & injectionsSantos Gallegos
2021-02-10Remove second addition of supercolliderMads Kjeldgaard
2021-02-10Add supercollider supportMads Kjeldgaard
2021-02-10Add supercollider parser to list of parsersMads Kjeldgaard
2021-02-10Add devicetree parser with queries (#900)Jędrzej Boczar
* Add devicetree parser with queries * [docgen] Update README.md skip-checks: true * queries/devicetree: update highlight capture groups * minor fix in CONTRIBUTING.md * Revert "minor fix in CONTRIBUTING.md" This reverts commit 23622b49dbb9eace471e036c0f94fc64b5fda951. * queries/devicetree: add self as maintainer * [docgen] Update README.md skip-checks: true Co-authored-by: Github Actions <actions@github>
2021-02-04fixed #630yzia2000
2021-02-01Implement `TSToggleAll`.echasnovski
2021-02-01Implement `TSBufToggle`.echasnovski