aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add scss parserelianiva2021-04-083-0/+54
|
* Update lockfile.jsonGitHub2021-04-081-1/+1
|
* Fix usage of string.sub (#1164)Santos Gallegos2021-04-071-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.jsonGitHub2021-04-071-1/+1
|
* Update lockfile.json (#1156)github-actions[bot]2021-04-071-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* highlights(go): Highlight const_declarationStephan Seitz2021-04-072-0/+7
| | | | Fixes #1157
* fix(health): let CC check behave like in real installationStephan Seitz2021-04-071-3/+7
| | | | Fixes #1146
* Update lockfile.jsonGitHub2021-04-071-1/+1
|
* Update highlights.scmNullVoxPopuli2021-04-071-9/+5
|
* Fix: allow empty path in utils.get_at_pathStephan Seitz2021-04-062-6/+4
|
* TSModuleInfo: change docMarco Hinz2021-04-061-1/+10
|
* TSModuleInfo: make new buffer work with given argumentMarco Hinz2021-04-061-24/+16
|
* TSModuleInfo: use custom bufferMarco Hinz2021-04-061-19/+83
|
* injections(js): add regex highlightingStephan Seitz2021-04-061-0/+2
|
* highlights(rust): Add operator "?"Stephan Seitz2021-04-061-0/+1
|
* Update lockfile.jsonGitHub2021-04-061-1/+1
|
* Fix incremental selection (#1135)Santos Gallegos2021-04-051-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 READMEChristian Clason2021-04-051-1/+1
| | | For the sake of completeness, mention that `folding` is not a module in list of available modules.
* Update lockfile.jsonGitHub2021-04-051-2/+2
|
* TSModuleInfo: cleaner indentationMarco Hinz2021-04-051-10/+7
|
* TSModuleInfo: sort mods and languagesMarco Hinz2021-04-051-5/+9
|
* Comment: highlight text nodesSantos Gallegos2021-04-032-1/+7
| | | | As requested in https://github.com/nvim-treesitter/nvim-treesitter/issues/236#issuecomment-797878646
* fix: prev_node nil checkkiyan2021-04-021-1/+1
|
* healthcheck: raise error when ABI is too oldStephan Seitz2021-04-021-1/+11
|
* improved zig grammar and queriesHimujjal2021-04-022-2/+2
|
* fixed some errorsHimujjal2021-04-025-11/+15
|
* Update lockfile.jsonGitHub2021-04-011-3/+3
|
* Remove requires_generate_from_grammar for ledgerStephan Seitz2021-04-013-3/+2
|
* all/maintained: only installation from grammar when tree-sitter CLI executableStephan Seitz2021-04-011-2/+11
|
* Check for node-js on :TSInstallFromGrammarStephan Seitz2021-04-012-0/+14
| | | | Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1121#issuecomment-811755767
* fix: avoid infinite loop which causes some breakagekiyan2021-04-011-1/+1
|
* fix: jsx indent querykiyan2021-04-011-0/+2
|
* fix: indent on new linekiyan2021-04-011-7/+18
|
* Update lockfile.jsonGitHub2021-03-311-4/+4
|
* Add tree-sitter ABI version to health checkStephan Seitz2021-03-311-0/+4
|
* Import highlights.scm from tree-sitter-zigStephan Seitz2021-03-301-10/+19
|
* Fix beancount queriesStephan Seitz2021-03-301-4/+4
|
* Pin verilog parser because it downgraded to 0.18.0Stephan Seitz2021-03-302-1/+3
|
* Use fullpath to tree-sitter executable to avoid using one from NPMStephan Seitz2021-03-301-1/+1
|
* Update lockfile.jsonGitHub2021-03-301-14/+14
|
* [docgen] Update README.mdGithub Actions2021-03-301-2/+2
| | | | skip-checks: true
* Add LaTeX maintainersStephan Seitz2021-03-302-2/+4
|
* Add text.reference and text.environmentStephan Seitz2021-03-306-13/+66
|
* latex: add TSMath that behaves like vimtex math highlightingStephan Seitz2021-03-304-7/+35
|
* feat: Add Latex basic highlights and foldsStephan Seitz2021-03-303-1/+121
| | | | Fix #1104
* refactor(all): language tree adaption (#1105)Steven Sojka2021-03-309-60/+197
|
* Fix jsdoc: play nice with the comment parser (#1108)Santos Gallegos2021-03-272-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 parametersStephan Seitz2021-03-261-1/+1
|
* highlights(java): Highlight fields (members and member access) (#1107)Stephan Seitz2021-03-261-0/+8
|
* Address #1067: check whether lockfile existsStephan Seitz2021-03-241-1/+2
|