| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-05-31 | Improve check-queries (#1253) | Santos Gallegos | |
| - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries. | |||
| 2021-05-26 | feat: use the original scss parser | elianiva | |
| ..and add myself as the maintainer | |||
| 2021-05-18 | parsers: generate_requires_npm for commonlisp | Stephan Seitz | |
| 2021-05-18 | CI: Improved parser installation logic | Daniel Kempkens | |
| 2021-05-18 | Add requires_generate_from_grammar | Daniel Kempkens | |
| 2021-05-18 | Initial Elixir support | Daniel Kempkens | |
| 2021-05-17 | parsers: remove requires_generate_from_grammar for supercollider | Stephan Seitz | |
| 2021-05-17 | parsers: fortran no longer requires_generate_from_grammar | Stephan Seitz | |
| 2021-05-17 | Extend CL highlights | Stephan Seitz | |
| 2021-05-17 | Add support for Common Lisp | Stephan Seitz | |
| 2021-05-11 | Add config for Dockerfile parser (#1288) | Camden Cheek | |
| 2021-05-07 | chore(erlang): don't generate parser from grammar | Thomas Vigouroux | |
| 2021-05-07 | Add fish queries | Omar Zeghouani | |
| Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names | |||
| 2021-05-07 | parsers: add tree-sitter-fish | Stephan Seitz | |
| Addresses #1268 | |||
| 2021-04-28 | Fix indentation | Camden Cheek | |
| 2021-04-28 | Add go-mod tree-sitter config | Camden Cheek | |
| Adds a tree-sitter config for go.mod files as well as highlighting queries. | |||
| 2021-04-24 | highlight: add 'comment' to hlmap | Munif Tanjim | |
| 2021-04-23 | tests/indent: move common code out of main lua/ directory | Jędrzej Boczar | |
| 2021-04-23 | move all tests to top-level tests/ directory | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: remove indentexpr fix | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: improve assertion to print side-by-side diff | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: use custom assertion with better suited output | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: add Lua tests | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: improve Rust tests | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: add `normal o` tests for Python | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: test cases with `normal o` for C/C++ | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: add multiple C/C++ tests | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: refactor indent test runner and auto-discover language test files | Jędrzej Boczar | |
| 2021-04-23 | fix lua style checks | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: add basic examples for C and Rust | Jędrzej Boczar | |
| 2021-04-23 | Initial sketch of automated indent tests | Jędrzej Boczar | |
| 2021-04-23 | fix(folds): use the correct rational operator | Grzegorz Rozdzialik | |
| Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226 | |||
| 2021-04-23 | parsers: Add Fortran parser | Stephan Seitz | |
| Fixes: https://github.com/nvim-treesitter/nvim-treesitter/issues/1194 Refs: - https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Meeting.20everyone/near/219174700 | |||
