summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/parsers.lua
AgeCommit message (Collapse)Author
2021-03-16Add ocamllex to needs_generateStephan Seitz
2021-03-16Fix clojureStephan 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-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-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-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-01parsers: change repo link of Elm parser to the new official repoStephan Seitz
Follow https://github.com/tree-sitter/tree-sitter/pull/907 and change the link of the Elm parser to the elm-tooling namespace.
2021-01-31Add ledger parser, folds and highlights queriesCédric Barreteau
2021-01-05Add turtleBonaBeavis
2021-01-03Add maintainers for JuliaStephan Seitz
2020-12-31add gdscriptTJ DeVries
2020-12-30Add SPARQLBonaBeavis
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
2020-12-10Pin Erlang parserStephan Seitz
2020-12-10fix erlang parser installationOkan Esen
2020-12-10Add Erlang parser to listLeandro Ostera
2020-12-09Allow user configure parsers using metatablesLuis Carlos Cruz Carballo
2020-12-09fix: find parsers correctlyli
Explicitely installed parsers will not be found implicitely
2020-12-06add readme and more correct highlight capturesTormod Alf Try Tufteland
2020-12-06add kotlin parser and highligh-queriesTormod Alf Try Tufteland
2020-11-27feat: add graphql grammarBryan Kegley
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-11-22Add @leo60228 as Nix maintainerleo60228
2020-11-04Add initial clojure supportsogaiu
2020-11-03parser: only use parse to get a treeThomas Vigouroux
This will avoid using internal data.
2020-10-26feat(install): add "maintained" option to only install maintained parsersStephan Seitz
Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default.
2020-10-22fix(markdown): remove from parser listThomas Vigouroux
Bye bye markdown
2020-10-20Add verilog/systemverilog queriesZeger Van de Vannet
2020-10-16Remove get_parser logickiyan42
upstream now handles parsers by itself, so we don't need to do it in this repo.
2020-10-05Add teal parserCorey Williamson
2020-10-04feat: add ocamllex parser and highlightsPau Ruiz Safont
2020-09-30initial support for CodeQLAlvaro Muñoz
2020-09-19feat: add parser for ocaml interface filesPau Ruiz Safont
The files have the mli extension. The parser grammar uses the name ocaml_interface, but since vim the underscore has a special meaning ocamlinterface is used as the filetype.
2020-09-10Improve startuptimeSantos Gallegos
- Don't load everything at startup - Don't define an autocomand for each module and for each supported lang (this creates nxm autocomand!)