summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/parsers.lua
AgeCommit message (Collapse)Author
2021-11-28refactor(prisma): switch to alternative repoelianiva
Co-authored-by: richin13 <richin13@gmail.com>
2021-11-28feat: add prisma supportelianiva
2021-11-26parsers(fusion): add .git suffix necessary for Gitlab projectsStephan Seitz
2021-11-26parsers(fusion): add info about main branchStephan Seitz
2021-11-26fix: mark support experimentalJirgn
2021-11-26feat: add fusion grammar and highlightsJirgn
2021-11-25parsers: godotResource -> godot_resourceStephan Seitz
Follows upstream renaming
2021-11-24Don't use the Bash grammar for Zsh filesGreg Werbin
Zsh and Bash are not interchangeable. See <https://github.com/nvim-treesitter/nvim-treesitter/issues/655#issuecomment-978036615>
2021-11-18Format with styluaSantos Gallegos
CI is failing for stylua due to this.
2021-11-12refactor: inherit jsongegoune
2021-11-12feat: add http parsergegoune
All credit goes to @NTBBloodbath. See: https://github.com/NTBBloodbath/rest.nvim/issues/75#issuecomment-960447966 Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com>
2021-11-11Ensure `ft_to_lang` supports multipart filetypes.Robert Jackson
This allows a given parser to directly implement a multipart filetype (like `glimmer` parser does for `html.handlebars`). If an exact match for the current filetype is found in the lookup table, it will be used; otherwise we look for just the first segment.
2021-11-11Add `html.handlebars` as a valid type for the glimmer parser.Robert Jackson
This filetype is in common use due to https://github.com/mustache/vim-mustache-handlebars/blob/master/ftdetect/handlebars.vim#L2
2021-10-13Switch to official elixir-lang parserConnor Lay (Clay)
2021-10-07Add scala maintainerStevan Milic
Add fold for scala val definition to support type class entries
2021-10-07parsers: add D parserCezary Drożak
2021-10-07feat: add "experimental" key to parsersCezary Drożak
feat(ci): mark parsers as experimental in README
2021-10-03Added branch specificationBenjamin Graham
2021-10-03LLVM parser/highlighter addedBenjamin Graham
2021-09-21Swapping to the correct repoLucas Crownover
2021-09-21Adding perl parserLucas Crownover
2021-09-19Support hjsonkghugo
2021-09-17parsers: add glsl parserStephan Seitz
2021-09-15New kotlin parserJoakker
2021-09-14chore: fix formatting in parsers.luaStephan Seitz
2021-09-14fix(lang): only use first part in multi-langThomas Vigouroux
2021-09-10fix(fennel): update parser and all the queriesOtto Modinos
2021-09-01Add tree-sitter-dot (#1770)rydesun
* Add tree-sitter-dot * Fix DOT highlights * highlights(DOT): add HTML string * Remove DOT ftdetect Vim and Neovim runtime have added DOT filetype detection * Update DOT highlights
2021-08-29Add tree-sitter-pioasm with highlights and injections (#1759)leo60228
* add tree-sitter-pioasm with highlights and injections * [docgen] Update README.md skip-checks: true * remove ada injection from pioasm * address review * remove unnecessary python predicate Co-authored-by: Github Actions <actions@github>
2021-08-25Add support for json5Joakker
2021-08-20Fixed lua style issues, updated grammar version to fix macOS build issuesAndrew Helwer
2021-08-20Filetype is tlaAndrew Helwer
2021-08-20Added TLA+ grammar & queriesAndrew Helwer
2021-08-20Add jsx to javascript (#1696)Santos Gallegos
This is mainly so the playground doesn't error when opening the jsx query files.
2021-08-18Add HEEx language support, add missing commentstringsClay
2021-08-16feat: add support for vimThomas Vigouroux
2021-08-11Update new query and parser for zigmaxxnino
2021-08-01Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)
* Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections
2021-07-29feature: make godotResource compatible with gdresource filetypePierre Poupin
2021-07-29feature: add godotResource queriesPierre Poupin
2021-07-19Update transferred fish repo info26797767+krnik
2021-07-19Add YANG parserTomas Sandven
2021-07-07remove packer and nomad from hcl.used_by (#1527)Michael Hoffmann
2021-07-06parsers: Teal now requires generate from grammarStephan Seitz
2021-07-05Update used_by for parent parsersSantos Gallegos
html_tags and ecma don't have a parser of they own, but that's actually just to get around to inherit common queries. When editing these "base" queries, the playground breaks. Having them in used_by would fix this.
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-07-02fix missing maintainer in hcl parser configmhoffm
2021-07-02Add external scanner for cmake parserUy Ha
2021-07-02Add maintainer infoUy Ha
2021-07-02[WIP] tree-sitter-cmake integrationUy Ha