| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-15 | use locked revision when downloading via git | AdnoC | |
| 2021-04-15 | fix windows check | AdnoC | |
| 2021-04-15 | style | AdnoC | |
| 2021-04-15 | Do not use builtin tar on Windows | AdnoC | |
| Several parsers (typescript and ocaml specifically) contain symlinks in their repo. The tar built into Windows cannot handle them. So, on Windows just use git to download parsers. | |||
| 2021-04-15 | ledger: update highlights | Grzegorz Milka | |
| I have updated the highlights in the upstream repo in https://github.com/cbarrete/tree-sitter-ledger/commit/941bbf609858e0fb355b663ccc7bbd6f9bc8863e. | |||
| 2021-04-14 | feat: Add TSEditQueryUserAfter | Stephan Seitz | |
| 2021-04-14 | docs: Add documentation for :TSEditQuery | Stephan Seitz | |
| 2021-04-14 | feat: Add TSEditQuery | Stephan Seitz | |
| 2021-04-14 | Update lockfile.json | GitHub | |
| 2021-04-14 | Fix #1182: fix TSRange:parent | Stephan Seitz | |
| 2021-04-13 | Update lockfile.json | GitHub | |
| 2021-04-13 | locals(Go): add namespace definition for import_spec_list | Stephan Seitz | |
| This would define `foo` ```go import ( foo "fmt" ) ``` | |||
| 2021-04-10 | Update lockfile.json | GitHub | |
| 2021-04-10 | Query: update highlights (#1175) | Santos Gallegos | |
| 2021-04-10 | Add support for Java records | Stephan Seitz | |
| Ref: https://github.com/tree-sitter/tree-sitter-java/pull/73 | |||
| 2021-04-10 | Update lockfile.json | GitHub | |
| 2021-04-09 | Yaml: update locals (#1172) | Santos Gallegos | |
| The parser doesn't break the symbols in `*` `&` from the name of anchors/aliases. So go to definition doesn't work, but highlight of usage does :D Test with ```yaml Defaults: &defaults Company: foo Item: 123 Computer: <<: *defaults <<: *defaults Price: 3000 ``` Ref https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18 | |||
| 2021-04-08 | Update lockfile.json | GitHub | |
| 2021-04-08 | Update lockfile.json | GitHub | |
| 2021-04-08 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-04-08 | fixup: remove generate_from_grammar | elianiva | |
| 2021-04-08 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-04-08 | feat: add scss injection for svelte/vue | elianiva | |
| 2021-04-08 | feat: add scss parser | elianiva | |
| 2021-04-08 | Update lockfile.json | GitHub | |
| 2021-04-07 | Fix usage of string.sub (#1164) | Santos Gallegos | |
| From https://www.lua.org/pil/20.html > The call string.sub(s,i,j) extracts a piece of the string s, from the i-th to the j-th character inclusive. This was breaking textobjects movement. | |||
| 2021-04-07 | Update lockfile.json | GitHub | |
| 2021-04-07 | Update lockfile.json (#1156) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2021-04-07 | highlights(go): Highlight const_declaration | Stephan Seitz | |
| Fixes #1157 | |||
| 2021-04-07 | fix(health): let CC check behave like in real installation | Stephan Seitz | |
| Fixes #1146 | |||
| 2021-04-07 | Update lockfile.json | GitHub | |
| 2021-04-07 | Update highlights.scm | NullVoxPopuli | |
| 2021-04-06 | Fix: allow empty path in utils.get_at_path | Stephan Seitz | |
| 2021-04-06 | TSModuleInfo: change doc | Marco Hinz | |
| 2021-04-06 | TSModuleInfo: make new buffer work with given argument | Marco Hinz | |
| 2021-04-06 | TSModuleInfo: use custom buffer | Marco Hinz | |
| 2021-04-06 | injections(js): add regex highlighting | Stephan Seitz | |
| 2021-04-06 | highlights(rust): Add operator "?" | Stephan Seitz | |
| 2021-04-06 | Update lockfile.json | GitHub | |
| 2021-04-05 | Fix incremental selection (#1135) | Santos Gallegos | |
| So, there are two problems: - There was an infinite loop when inc selection was initiated from an injection. - The comparison was wrong when the whole file was selected, this is because ts matches the EOF. This is an extra line with one char (EOF). I put a workaround to try to select the node from the main tree, but we should try to select the node from the parent tree of the injection, but I wasn't able to get the parent tree from the node. | |||
| 2021-04-05 | Small update to README | Christian Clason | |
| For the sake of completeness, mention that `folding` is not a module in list of available modules. | |||
| 2021-04-05 | Update lockfile.json | GitHub | |
| 2021-04-05 | TSModuleInfo: cleaner indentation | Marco Hinz | |
| 2021-04-05 | TSModuleInfo: sort mods and languages | Marco Hinz | |
| 2021-04-03 | Comment: highlight text nodes | Santos Gallegos | |
| As requested in https://github.com/nvim-treesitter/nvim-treesitter/issues/236#issuecomment-797878646 | |||
| 2021-04-02 | fix: prev_node nil check | kiyan | |
| 2021-04-02 | healthcheck: raise error when ABI is too old | Stephan Seitz | |
| 2021-04-02 | improved zig grammar and queries | Himujjal | |
| 2021-04-02 | fixed some errors | Himujjal | |
| 2021-04-01 | Update lockfile.json | GitHub | |
