summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-03-30refactor(all): language tree adaption (#1105)Steven Sojka
2021-03-24Address #1067: check whether lockfile existsStephan Seitz
2021-03-24chore(parsers): add tsx maintainerSteven Sojka
2021-03-24feat(install): allow ignore list when installing parsers (#1098)Steven Sojka
2021-03-23Update teal highlightsCorey Williamson
2021-03-23fix(checkhealth): display error messages of failed queriesStephan Seitz
2021-03-23Added Zig grammarHimujjal
2021-03-22Fix indent sizeBrady Phillips
Indent size should equal shiftwidth, unless shiftwidth is 0 in which case tabstop should be used.
2021-03-22use health#report_warn for treesitter version checkbitcoder
2021-03-22Add LaTeX/Bibtex parserStephan Seitz
2021-03-22fix typo in beancount parserBrian Ryall
2021-03-22add support for beancount filesBrian Ryall
2021-03-18feat: Allow tables for additional_vim_regex_highlightingStephan Seitz
2021-03-18feat: Allow to configure to use syntax and tree-sitter togetherStephan Seitz
2021-03-18fix formatting issues caused by asterisknbCloud91
Replace the asterisk used for "Multiple parsers found" by a plus sign. It prevents the asterisk from messing up the formatting of the rest of the `:checkhealth` buffer.
2021-03-17Update clojure,turtle,sparqlStephan Seitz
2021-03-17GraphQL no longer requires_generate_from_grammarStephan Seitz
2021-03-17Use newline instead of spaceBonaBeavis
2021-03-17Add newline before legendBonaBeavis
Without this newline there is no syntax highlighting after the legend.
2021-03-16Update lockfileStephan Seitz
2021-03-16hotfix npm checkkiyan
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