summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/parsers.lua
AgeCommit message (Collapse)Author
2022-04-11Add WGSL parserKonrad Bochnia
2022-04-10Fix nvim-treesitter CI6cdh
2022-04-10Added scheme support6cdh
2022-04-10chore!: deprecate ensure_installed=maintainedChristian Clason
BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended)
2022-04-08Add more filetypes for treesitter-markdownMicah Halter
Signed-off-by: Micah Halter <micah@balena.io>
2022-04-07feat: add astrovirchau13
2022-04-03Fixed the styluaLex
2022-04-03Added the initial version for the support of rego languageOleksii Demennikov
2022-04-01Add elvishTobias Frilling
2022-03-29feat: add vimdoc parser and highlight queriesChristian Clason
2022-03-17Add CooklangAddison Chan
2022-03-11Add highlights query for SolidityYongJieYongJie
2022-03-07Add slint parser configuration and queries (#2598)Jared Moulton
* Add slint parser * Mark slint as experimental * Remove filetype and add slint to the lockfile * Update queries * Update varibable.builtin's and repeats * Update slint true false * Change export back to keyword * Change export back to include :)
2022-02-28parsers: Add todotxt parserArnar Gauti Ingason
2022-02-15Add myself as maintainer of Elixir, Gleam queriesConnor Lay (Clay)
2022-02-15Add Gleam parserConnor Lay (Clay)
2022-02-13feat: add lalrpop parser (#2524)traxys
LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions.
2022-02-11Update lockfile.json (#2512)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-06refacto: deprecate used_by in parsers.luakiyan
- remove print_warning function from utils.lua (unused) - cleanup some functions in parsers.lua (parameters overloading and wrong bufnr used). - log a deprecation notice when using used_by in a parser definition - default the filetype_to_parsername table to the list of filetypes previously in the used_by keys - update the README to indicate that change
2022-02-04chore(latex)!: update parser and queries (#2436)Christian Clason
BREAKING CHANGE: queries for latex need adaptation
2022-02-03Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer
2022-02-01update(phpdoc) Add scanner.c (#2426)Michael Härtl
2022-01-29Vala language supportMateus Melchiades
2022-01-25Add tree-sitter-eex parser for (L)EEx files (#2351)Clay
2022-01-23Set CXX standard per parser and fix NorgStephan Seitz
2022-01-23Allow compilation via makefileStephan Seitz
2022-01-23Add tree-sitter-norgJozef Grajciar
2022-01-22fix: Don't require node for gdscript.Ryan Roden-Corrent
The upstream repo has pre-generated bindings at: https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src
2022-01-20Add phpdoc maintainer (#2311)Michael Härtl
2022-01-20parsers: add phpdoc parser (experimental)Michael Härtl
2022-01-18feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason
also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update
2022-01-17parsers: add hack parserStephan Seitz
2022-01-16add hoconantosha417
2022-01-16fix(swift): switch to maintained parserChristian Clason
upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned.
2022-01-08docs(kotlin): change Kotlin maintainerSal Bakraa
2022-01-08fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotlnSal Bakraa
2022-01-08fix(foam): Foam switched to C scannerElwardi
2022-01-08Fix stylua lintingElwardi
2022-01-08Add OpenFOAM parserElwardi
2022-01-08Add ninja parser (#2217)Alexandre A. Muller
* Add ninja parser * Add branch main * No need for ftdetect
2022-01-05fix(haskell): Haskell switched to C scannerStephan Seitz
2022-01-05add(rasi): add rasi parserFymyte
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-04fix: remove experimental flagJirgn
We now have a working grammer and also * highlight * indent * fold no need for experimental hint anymore
2021-12-24Add support for Pascal (#2153)Isopod
* Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible
2021-12-23update fusion to version 1.1.1 (#2148)jirgn
* feat(fusion): update tests * fix(fusion): update lockfile * fix(fusion): update to (highlight breaking) version 1.1.0 * update grammer to introduce afx support * update tests and queries * fix: revert lockfile update of unrelated grammars * fix: update to 1.1.1 and fix hightlights * fix: use @tag.attribute capture to match specs Co-authored-by: Jirgn <jirgn76@googlemail.com>
2021-12-18Add support for new golang `go.work` filesOmer Tuchfeld
The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713) a new file type called `go.work`. This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few minor changes to make it work on the very similar `go.work` files.
2021-12-14parsers: Add MDeiml/tree-sitter-markdown as markdown parserStephan Seitz
Fixes #872
2021-12-14feat(lang): add makeLewis Russell
2021-12-06Apply cpp to arduinoChad Condon
2021-11-30Feat: Added Pug parser with inital queriesStefan Wienert