| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-16 | Add ocamllex to needs_generate | Stephan Seitz | |
| 2021-03-16 | Fix clojure | Stephan Seitz | |
| 2021-03-16 | Mark parsers with NPM dependency | Stephan Seitz | |
| 2021-03-16 | Make parsers that require "TSGenerateFromGrammar" | Stephan Seitz | |
| 2021-03-16 | Update parsers | Stephan Seitz | |
| 2021-03-16 | Add support for R language. | echasnovski | |
| 2021-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2021-03-02 | Fix: Allow repo.url to end in ".git" | Stephan Seitz | |
| 2021-03-02 | Fix #972: Add tar-download support for Gitlab | Stephan Seitz | |
| 2021-03-01 | fix: add used_by in parser setter | kiyan | |
| 2021-03-01 | Add branch to glimmer config | NullVoxPopuli | |
| 2021-03-01 | Add glimmer parser | NullVoxPopuli | |
| 2021-02-27 | chore: remove useless code and indent files | kiyan | |
| 2021-02-23 | feat: add support for svelte | elianiva | |
| 2021-02-17 | List myself as the Vue maintainer | Hugo Osvaldo Barrera | |
| 2021-02-17 | List myself as maintainer for JSONC | Hugo Osvaldo Barrera | |
| 2021-02-17 | Add README description for JSONC | Hugo Osvaldo Barrera | |
| 2021-02-15 | Add support for JSONC | Hugo Osvaldo Barrera | |
| 2021-02-12 | Fix parser config for nix | Stephan Seitz | |
| 2021-02-10 | Remove second addition of supercollider | Mads Kjeldgaard | |
| 2021-02-10 | Add supercollider support | Mads Kjeldgaard | |
| 2021-02-10 | Add supercollider parser to list of parsers | Mads Kjeldgaard | |
| 2021-02-10 | Add 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-01 | parsers: change repo link of Elm parser to the new official repo | Stephan 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-31 | Add ledger parser, folds and highlights queries | Cédric Barreteau | |
| 2021-01-05 | Add turtle | BonaBeavis | |
| 2021-01-03 | Add maintainers for Julia | Stephan Seitz | |
| 2020-12-31 | add gdscript | TJ DeVries | |
| 2020-12-30 | Add SPARQL | BonaBeavis | |
| Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com> | |||
| 2020-12-10 | Pin Erlang parser | Stephan Seitz | |
| 2020-12-10 | fix erlang parser installation | Okan Esen | |
| 2020-12-10 | Add Erlang parser to list | Leandro Ostera | |
| 2020-12-09 | Allow user configure parsers using metatables | Luis Carlos Cruz Carballo | |
| 2020-12-09 | fix: find parsers correctly | li | |
| Explicitely installed parsers will not be found implicitely | |||
| 2020-12-06 | add readme and more correct highlight captures | Tormod Alf Try Tufteland | |
| 2020-12-06 | add kotlin parser and highligh-queries | Tormod Alf Try Tufteland | |
| 2020-11-27 | feat: add graphql grammar | Bryan Kegley | |
| 2020-11-23 | fix: update interface following languagetree merge (#687) | Thomas Vigouroux | |
| 2020-11-22 | Add @leo60228 as Nix maintainer | leo60228 | |
| 2020-11-04 | Add initial clojure support | sogaiu | |
| 2020-11-03 | parser: only use parse to get a tree | Thomas Vigouroux | |
| This will avoid using internal data. | |||
| 2020-10-26 | feat(install): add "maintained" option to only install maintained parsers | Stephan 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-22 | fix(markdown): remove from parser list | Thomas Vigouroux | |
| Bye bye markdown | |||
| 2020-10-20 | Add verilog/systemverilog queries | Zeger Van de Vannet | |
| 2020-10-16 | Remove get_parser logic | kiyan42 | |
| upstream now handles parsers by itself, so we don't need to do it in this repo. | |||
| 2020-10-05 | Add teal parser | Corey Williamson | |
| 2020-10-04 | feat: add ocamllex parser and highlights | Pau Ruiz Safont | |
| 2020-09-30 | initial support for CodeQL | Alvaro Muñoz | |
| 2020-09-19 | feat: add parser for ocaml interface files | Pau 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-10 | Improve startuptime | Santos Gallegos | |
| - Don't load everything at startup - Don't define an autocomand for each module and for each supported lang (this creates nxm autocomand!) | |||
