aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(incremental_selection): don't require localsThomas Vigouroux2021-04-222-2/+8
|
* parsers: nix no longer requires_generate_from_grammarStephan Seitz2021-04-221-1/+0
| | | | Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11
* fix(folds): always fold more than one lineThomas Vigouroux2021-04-221-1/+3
|
* fix: Sort parsers for :TSInstallInfoStephan Seitz2021-04-211-1/+3
|
* Avoid Lua 5.3 function table.unpackStephan Seitz2021-04-191-1/+1
|
* YAML: update queries (#1203)Santos Gallegos2021-04-181-1/+2
| | | Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
* Fix GDScript highlightingShatur952021-04-181-1/+1
|
* Fix TSEditQuery with several files (#1191)Santos Gallegos2021-04-161-3/+12
| | | | | - Choice already starts with 1, there isn't need to increment 1 - The first item is the prompt as recommended in `:h inputlist()` (this way the choice matches when using the mouse)
* remove developer mode error messageDaniel Bendel2021-04-151-3/+0
|
* split is_github_or_gitlab againDaniel Bendel2021-04-151-3/+5
|
* remove single-branch and branch arguments on git callDaniel Bendel2021-04-151-3/+1
|
* fix undefined variableDaniel Bendel2021-04-151-1/+1
|
* a little less variables :)Daniel Bendel2021-04-151-5/+3
|
* removed core.symlinks=true from git callDaniel Bendel2021-04-151-2/+0
|
* use utils.join_pathAdnoC2021-04-151-7/+1
|
* use locked revision when downloading via gitAdnoC2021-04-151-4/+29
|
* fix windows checkAdnoC2021-04-151-6/+1
|
* styleAdnoC2021-04-151-1/+8
|
* Do not use builtin tar on WindowsAdnoC2021-04-151-1/+2
| | | | | | | 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.
* feat: Add TSEditQueryUserAfterStephan Seitz2021-04-141-7/+27
|
* feat: Add TSEditQueryStephan Seitz2021-04-142-0/+40
|
* Fix #1182: fix TSRange:parentStephan Seitz2021-04-141-4/+2
|
* fixup: remove generate_from_grammarelianiva2021-04-081-3/+2
|
* feat: add scss parserelianiva2021-04-081-0/+8
|
* 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.
* fix(health): let CC check behave like in real installationStephan Seitz2021-04-071-3/+7
| | | | Fixes #1146
* Fix: allow empty path in utils.get_at_pathStephan Seitz2021-04-062-6/+4
|
* TSModuleInfo: make new buffer work with given argumentMarco Hinz2021-04-061-24/+16
|
* TSModuleInfo: use custom bufferMarco Hinz2021-04-061-19/+83
|
* 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.
* TSModuleInfo: cleaner indentationMarco Hinz2021-04-051-10/+7
|
* TSModuleInfo: sort mods and languagesMarco Hinz2021-04-051-5/+9
|
* fix: prev_node nil checkkiyan2021-04-021-1/+1
|
* healthcheck: raise error when ABI is too oldStephan Seitz2021-04-021-1/+11
|
* Remove requires_generate_from_grammar for ledgerStephan Seitz2021-04-012-2/+1
|
* 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: indent on new linekiyan2021-04-011-7/+18
|
* Add tree-sitter ABI version to health checkStephan Seitz2021-03-311-0/+4
|
* Use fullpath to tree-sitter executable to avoid using one from NPMStephan Seitz2021-03-301-1/+1
|
* Add LaTeX maintainersStephan Seitz2021-03-301-1/+3
|
* Add text.reference and text.environmentStephan Seitz2021-03-301-0/+3
|
* latex: add TSMath that behaves like vimtex math highlightingStephan Seitz2021-03-301-0/+1
|
* refactor(all): language tree adaption (#1105)Steven Sojka2021-03-308-57/+190
|
* Address #1067: check whether lockfile existsStephan Seitz2021-03-241-1/+2
|
* chore(parsers): add tsx maintainerSteven Sojka2021-03-241-1/+2
|
* feat(install): allow ignore list when installing parsers (#1098)Steven Sojka2021-03-243-7/+51
|
* Update teal highlightsCorey Williamson2021-03-231-1/+0
|
* fix(checkhealth): display error messages of failed queriesStephan Seitz2021-03-232-12/+25
|