| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-03 | fix: query_predicate - nth | Munif Tanjim | |
| 2021-08-01 | Feature: 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-29 | feature: make godotResource compatible with gdresource filetype | Pierre Poupin | |
| 2021-07-29 | feature: add godotResource queries | Pierre Poupin | |
| 2021-07-21 | recurse_local_nodes: type check local_def to ensure it is a table (#1331) | mads kjeldgaard | |
| 2021-07-20 | fix: make additional_vim_regex_highlighting actually accept a list | Simon Hauser | |
| 2021-07-19 | "-z" needs to come before "-f". | Laurence Tratt | |
| 2021-07-19 | Add `-z` switch to tar. | Laurence Tratt | |
| 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. | |||
| 2021-07-19 | Update transferred fish repo info | 26797767+krnik | |
| 2021-07-19 | Add YANG parser | Tomas Sandven | |
| 2021-07-18 | Folds: remove ending marks for folds; they only confuse vim when multiple ↵ | Andrew He | |
| closes on the same line are expected | |||
| 2021-07-18 | Re-attach module when the file type is changed | Santos Gallegos | |
| Requires https://github.com/neovim/neovim/pull/14995 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1249 | |||
| 2021-07-14 | add @tag.attribute for html like attributes | lmlorca | |
| 2021-07-11 | Highlights: define string.special (#1551) | Santos Gallegos | |
| * 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 | |||
| 2021-07-11 | New stylua version (#1555) | Stephan Seitz | |
| 2021-07-09 | downcase predicate: nil protection | Santos Gallegos | |
| 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 | |||
| 2021-07-08 | Folds: support 'foldminlines' | Munif Tanjim | |
| 2021-07-07 | remove packer and nomad from hcl.used_by (#1527) | Michael Hoffmann | |
| 2021-07-06 | Folds: fix fold deduplication and improve start/stop logic | Andrew He | |
| 2021-07-06 | parsers: Teal now requires generate from grammar | Stephan Seitz | |
| 2021-07-05 | Update used_by for parent parsers | Santos 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-05 | Checkhealth: include injections | Santos Gallegos | |
| Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1459 | |||
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-07-04 | Fixed linting issues | Shane Hird | |
| 2021-07-04 | Reduce diffs from master | Shane Hird | |
| 2021-07-04 | Re-introduce prompting for installation | Shane Hird | |
| 2021-07-04 | Improved passing bang to functions | Shane Hird | |
| 2021-07-04 | Fix ensure_installed function | Shane Hird | |
| 2021-07-04 | TSUpdate does not install if up to date | Shane Hird | |
| 2021-07-04 | Use bang for TSInstall commands | Shane Hird | |
| 2021-07-02 | fix missing maintainer in hcl parser config | mhoffm | |
| 2021-07-02 | Add external scanner for cmake parser | Uy Ha | |
| 2021-07-02 | Add maintainer info | Uy Ha | |
| 2021-07-02 | [WIP] tree-sitter-cmake integration | Uy Ha | |
| 2021-07-02 | add used_by directive for some of the tools that are using hcl | mhoffm | |
| 2021-07-02 | drop 'used_by' from hcl parser config | mhoffm | |
| 2021-07-02 | add hcl parser | mhoffm | |
| 2021-06-29 | fix: check if invalidate_query_cache[lang] is set before invalidating | Folke Lemaitre | |
| 2021-06-28 | perf: cache has_query_files: fixes TS slowness | Folke Lemaitre | |
| 2021-06-22 | fix typo: Enviroment -> Environment | kmarius | |
| 2021-06-17 | fix(parsers): cuda requires npm | Stephan Seitz | |
| 2021-06-14 | parsers: add tree-sitter-cuda | Stephan Seitz | |
| 2021-06-04 | parsers(c_sharp): put myself as a maintainer | Luxed | |
| 2021-06-04 | downcase! directive to use with ruby injections | derekstride | |
| ``` (#downcase! "language") ``` downcase! will ensure the metadata value for the specified key will be downcased. If the value is a node, it will downcase the text specified by the node. ``` (#downcase! @node "key") ``` You can also namespace the key with a specific capture, similar to how you can call `(#set! @node "key" "value")` | |||
| 2021-06-04 | Fix 1359: nil check for version in health-check | Stephan Seitz | |
| 2021-06-03 | fix: return when no `node` found during installation | Stephan Seitz | |
| Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1324#issuecomment-853418596 | |||
| 2021-06-03 | Fix #1324: tree-sitter CLI requires node | Stephan Seitz | |
| 2021-06-01 | chore: show errors output during async installation | Stephan Seitz | |
