| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: add scss parser | elianiva | 2021-04-08 | 3 | -0/+54 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix usage of string.sub (#1164) | Santos Gallegos | 2021-04-07 | 1 | -2/+2 | |
| | | | | | | | | 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. | |||||
| * | Update lockfile.json | GitHub | 2021-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#1156) | github-actions[bot] | 2021-04-07 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | highlights(go): Highlight const_declaration | Stephan Seitz | 2021-04-07 | 2 | -0/+7 | |
| | | | | | Fixes #1157 | |||||
| * | fix(health): let CC check behave like in real installation | Stephan Seitz | 2021-04-07 | 1 | -3/+7 | |
| | | | | | Fixes #1146 | |||||
| * | Update lockfile.json | GitHub | 2021-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update highlights.scm | NullVoxPopuli | 2021-04-07 | 1 | -9/+5 | |
| | | ||||||
| * | Fix: allow empty path in utils.get_at_path | Stephan Seitz | 2021-04-06 | 2 | -6/+4 | |
| | | ||||||
| * | TSModuleInfo: change doc | Marco Hinz | 2021-04-06 | 1 | -1/+10 | |
| | | ||||||
| * | TSModuleInfo: make new buffer work with given argument | Marco Hinz | 2021-04-06 | 1 | -24/+16 | |
| | | ||||||
| * | TSModuleInfo: use custom buffer | Marco Hinz | 2021-04-06 | 1 | -19/+83 | |
| | | ||||||
| * | injections(js): add regex highlighting | Stephan Seitz | 2021-04-06 | 1 | -0/+2 | |
| | | ||||||
| * | highlights(rust): Add operator "?" | Stephan Seitz | 2021-04-06 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix incremental selection (#1135) | Santos Gallegos | 2021-04-05 | 1 | -4/+35 | |
| | | | | | | | | | | | | | | 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. | |||||
| * | Small update to README | Christian Clason | 2021-04-05 | 1 | -1/+1 | |
| | | | | For the sake of completeness, mention that `folding` is not a module in list of available modules. | |||||
| * | Update lockfile.json | GitHub | 2021-04-05 | 1 | -2/+2 | |
| | | ||||||
| * | TSModuleInfo: cleaner indentation | Marco Hinz | 2021-04-05 | 1 | -10/+7 | |
| | | ||||||
| * | TSModuleInfo: sort mods and languages | Marco Hinz | 2021-04-05 | 1 | -5/+9 | |
| | | ||||||
| * | Comment: highlight text nodes | Santos Gallegos | 2021-04-03 | 2 | -1/+7 | |
| | | | | | As requested in https://github.com/nvim-treesitter/nvim-treesitter/issues/236#issuecomment-797878646 | |||||
| * | fix: prev_node nil check | kiyan | 2021-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | healthcheck: raise error when ABI is too old | Stephan Seitz | 2021-04-02 | 1 | -1/+11 | |
| | | ||||||
| * | improved zig grammar and queries | Himujjal | 2021-04-02 | 2 | -2/+2 | |
| | | ||||||
| * | fixed some errors | Himujjal | 2021-04-02 | 5 | -11/+15 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-04-01 | 1 | -3/+3 | |
| | | ||||||
| * | Remove requires_generate_from_grammar for ledger | Stephan Seitz | 2021-04-01 | 3 | -3/+2 | |
| | | ||||||
| * | all/maintained: only installation from grammar when tree-sitter CLI executable | Stephan Seitz | 2021-04-01 | 1 | -2/+11 | |
| | | ||||||
| * | Check for node-js on :TSInstallFromGrammar | Stephan Seitz | 2021-04-01 | 2 | -0/+14 | |
| | | | | | Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1121#issuecomment-811755767 | |||||
| * | fix: avoid infinite loop which causes some breakage | kiyan | 2021-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | fix: jsx indent query | kiyan | 2021-04-01 | 1 | -0/+2 | |
| | | ||||||
| * | fix: indent on new line | kiyan | 2021-04-01 | 1 | -7/+18 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-03-31 | 1 | -4/+4 | |
| | | ||||||
| * | Add tree-sitter ABI version to health check | Stephan Seitz | 2021-03-31 | 1 | -0/+4 | |
| | | ||||||
| * | Import highlights.scm from tree-sitter-zig | Stephan Seitz | 2021-03-30 | 1 | -10/+19 | |
| | | ||||||
| * | Fix beancount queries | Stephan Seitz | 2021-03-30 | 1 | -4/+4 | |
| | | ||||||
| * | Pin verilog parser because it downgraded to 0.18.0 | Stephan Seitz | 2021-03-30 | 2 | -1/+3 | |
| | | ||||||
| * | Use fullpath to tree-sitter executable to avoid using one from NPM | Stephan Seitz | 2021-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-03-30 | 1 | -14/+14 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-03-30 | 1 | -2/+2 | |
| | | | | | skip-checks: true | |||||
| * | Add LaTeX maintainers | Stephan Seitz | 2021-03-30 | 2 | -2/+4 | |
| | | ||||||
| * | Add text.reference and text.environment | Stephan Seitz | 2021-03-30 | 6 | -13/+66 | |
| | | ||||||
| * | latex: add TSMath that behaves like vimtex math highlighting | Stephan Seitz | 2021-03-30 | 4 | -7/+35 | |
| | | ||||||
| * | feat: Add Latex basic highlights and folds | Stephan Seitz | 2021-03-30 | 3 | -1/+121 | |
| | | | | | Fix #1104 | |||||
| * | refactor(all): language tree adaption (#1105) | Steven Sojka | 2021-03-30 | 9 | -60/+197 | |
| | | ||||||
| * | Fix jsdoc: play nice with the comment parser (#1108) | Santos Gallegos | 2021-03-27 | 2 | -2/+2 | |
| | | | | | | | | | | | | Using separate queries makes it work as expected. Also, for the comment parser to be able to override the other tokens we need to remove the comment from highlights (this shouldn't be a problem since that section is already highlighted as a comment). And, the order of the captures matter, having jsdoc first will have more priority over `@param`. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1069 | |||||
| * | highlights(rust): Highlight dereferenced closure parameters | Stephan Seitz | 2021-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(java): Highlight fields (members and member access) (#1107) | Stephan Seitz | 2021-03-26 | 1 | -0/+8 | |
| | | ||||||
| * | Address #1067: check whether lockfile exists | Stephan Seitz | 2021-03-24 | 1 | -1/+2 | |
| | | ||||||
