aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* Filetype is tlaAndrew Helwer2021-08-201-1/+1
|
* Added TLA+ grammar & queriesAndrew Helwer2021-08-201-0/+9
|
* Add jsx to javascript (#1696)Santos Gallegos2021-08-201-1/+1
| | | | This is mainly so the playground doesn't error when opening the jsx query files.
* Add HEEx language support, add missing commentstringsClay2021-08-181-0/+10
|
* feat: add support for vimThomas Vigouroux2021-08-161-0/+9
|
* Update new query and parser for zigmaxxnino2021-08-111-2/+3
|
* CI: fix update lockfile jobSantos Gallegos2021-08-081-3/+7
| | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369
* feat: allow 'revision' override in parser config (#1661)Munif Tanjim2021-08-071-11/+28
|
* fix: query_predicate - nthMunif Tanjim2021-08-031-1/+1
|
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-08-011-0/+10
| | | | | | | | | | | | | | | | | | | * 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
* feature: make godotResource compatible with gdresource filetypePierre Poupin2021-07-291-1/+2
|
* feature: add godotResource queriesPierre Poupin2021-07-291-0/+10
|
* recurse_local_nodes: type check local_def to ensure it is a table (#1331)mads kjeldgaard2021-07-211-0/+4
|
* fix: make additional_vim_regex_highlighting actually accept a listSimon Hauser2021-07-201-1/+4
|
* "-z" needs to come before "-f".Laurence Tratt2021-07-191-1/+1
|
* Add `-z` switch to tar.Laurence Tratt2021-07-191-1/+1
| | | | | | | | Some versions of tar automatically infer `-z` if a `.gz` (or other compressed extension) file is passed -- but some, including OpenBSD's, don't do this and require an explicit `-z`. As far as I know, any version of tar which automatically unzips files supports `-z` so this should be a backwards compatible change for most versions of tar.
* Update transferred fish repo info26797767+krnik2021-07-191-2/+2
|
* Add YANG parserTomas Sandven2021-07-191-0/+9
|
* Folds: remove ending marks for folds; they only confuse vim when multiple ↵Andrew He2021-07-181-1/+5
| | | | closes on the same line are expected
* Re-attach module when the file type is changedSantos Gallegos2021-07-181-1/+10
| | | | | Requires https://github.com/neovim/neovim/pull/14995 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1249
* add @tag.attribute for html like attributeslmlorca2021-07-141-0/+1
|
* Highlights: define string.special (#1551)Santos Gallegos2021-07-111-0/+1
| | | | | | | | | | * Highlights: define string.special This was in our CONTRIBUTING.md file, but wasn't defined. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405 * Use string.escape
* New stylua version (#1555)Stephan Seitz2021-07-112-9/+5
|
* downcase predicate: nil protectionSantos Gallegos2021-07-091-1/+1
| | | | | | | get_node_text could be nil if the range is invalid. With https://github.com/neovim/neovim/pull/15030/ this fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1531
* Folds: support 'foldminlines'Munif Tanjim2021-07-081-1/+3
|
* remove packer and nomad from hcl.used_by (#1527)Michael Hoffmann2021-07-071-1/+1
|
* Folds: fix fold deduplication and improve start/stop logicAndrew He2021-07-061-19/+42
|
* parsers: Teal now requires generate from grammarStephan Seitz2021-07-061-0/+1
|
* Update used_by for parent parsersSantos Gallegos2021-07-051-1/+2
| | | | | | | | | 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.
* Checkhealth: include injectionsSantos Gallegos2021-07-051-2/+2
| | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1459
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-0418-754/+929
|
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-1/+0
|
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-0/+2
|
* Fixed linting issuesShane Hird2021-07-042-2/+3
|
* Reduce diffs from masterShane Hird2021-07-041-3/+2
|
* Re-introduce prompting for installationShane Hird2021-07-041-34/+39
|
* Improved passing bang to functionsShane Hird2021-07-043-91/+97
|
* Fix ensure_installed functionShane Hird2021-07-041-1/+1
|
* TSUpdate does not install if up to dateShane Hird2021-07-043-75/+102
|
* Use bang for TSInstall commandsShane Hird2021-07-042-24/+22
|
* fix missing maintainer in hcl parser configmhoffm2021-07-021-0/+1
|
* Add external scanner for cmake parserUy Ha2021-07-021-1/+1
|
* Add maintainer infoUy Ha2021-07-021-0/+1
|
* [WIP] tree-sitter-cmake integrationUy Ha2021-07-021-0/+7
|
* add used_by directive for some of the tools that are using hclmhoffm2021-07-021-0/+1
|
* drop 'used_by' from hcl parser configmhoffm2021-07-021-1/+0
|
* add hcl parsermhoffm2021-07-021-0/+10
|
* fix: check if invalidate_query_cache[lang] is set before invalidatingFolke Lemaitre2021-06-291-1/+3
|
* perf: cache has_query_files: fixes TS slownessFolke Lemaitre2021-06-281-2/+12
|
* fix typo: Enviroment -> Environmentkmarius2021-06-221-2/+2
|