summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-04-15use locked revision when downloading via gitAdnoC
2021-04-15fix windows checkAdnoC
2021-04-15styleAdnoC
2021-04-15Do not use builtin tar on WindowsAdnoC
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-14feat: Add TSEditQueryUserAfterStephan Seitz
2021-04-14feat: Add TSEditQueryStephan Seitz
2021-04-14Fix #1182: fix TSRange:parentStephan Seitz
2021-04-08fixup: remove generate_from_grammarelianiva
2021-04-08feat: add scss parserelianiva
2021-04-07Fix 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-07fix(health): let CC check behave like in real installationStephan Seitz
Fixes #1146
2021-04-06Fix: allow empty path in utils.get_at_pathStephan Seitz
2021-04-06TSModuleInfo: make new buffer work with given argumentMarco Hinz
2021-04-06TSModuleInfo: use custom bufferMarco Hinz
2021-04-05Fix 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-05TSModuleInfo: cleaner indentationMarco Hinz
2021-04-05TSModuleInfo: sort mods and languagesMarco Hinz
2021-04-02fix: prev_node nil checkkiyan
2021-04-02healthcheck: raise error when ABI is too oldStephan Seitz
2021-04-01Remove requires_generate_from_grammar for ledgerStephan Seitz
2021-04-01all/maintained: only installation from grammar when tree-sitter CLI executableStephan Seitz
2021-04-01Check for node-js on :TSInstallFromGrammarStephan Seitz
Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1121#issuecomment-811755767
2021-04-01fix: avoid infinite loop which causes some breakagekiyan
2021-04-01fix: indent on new linekiyan
2021-03-31Add tree-sitter ABI version to health checkStephan Seitz
2021-03-30Use fullpath to tree-sitter executable to avoid using one from NPMStephan Seitz
2021-03-30Add LaTeX maintainersStephan Seitz
2021-03-30Add text.reference and text.environmentStephan Seitz
2021-03-30latex: add TSMath that behaves like vimtex math highlightingStephan Seitz
2021-03-30refactor(all): language tree adaption (#1105)Steven Sojka
2021-03-24Address #1067: check whether lockfile existsStephan Seitz
2021-03-24chore(parsers): add tsx maintainerSteven Sojka
2021-03-24feat(install): allow ignore list when installing parsers (#1098)Steven Sojka
2021-03-23Update teal highlightsCorey Williamson
2021-03-23fix(checkhealth): display error messages of failed queriesStephan Seitz
2021-03-23Added Zig grammarHimujjal
2021-03-22Fix indent sizeBrady Phillips
Indent size should equal shiftwidth, unless shiftwidth is 0 in which case tabstop should be used.
2021-03-22use health#report_warn for treesitter version checkbitcoder
2021-03-22Add LaTeX/Bibtex parserStephan Seitz
2021-03-22fix typo in beancount parserBrian Ryall
2021-03-22add support for beancount filesBrian Ryall
2021-03-18feat: Allow tables for additional_vim_regex_highlightingStephan Seitz
2021-03-18feat: Allow to configure to use syntax and tree-sitter togetherStephan Seitz
2021-03-18fix formatting issues caused by asterisknbCloud91
Replace the asterisk used for "Multiple parsers found" by a plus sign. It prevents the asterisk from messing up the formatting of the rest of the `:checkhealth` buffer.
2021-03-17Update clojure,turtle,sparqlStephan Seitz
2021-03-17GraphQL no longer requires_generate_from_grammarStephan Seitz
2021-03-17Use newline instead of spaceBonaBeavis
2021-03-17Add newline before legendBonaBeavis
Without this newline there is no syntax highlighting after the legend.
2021-03-16Update lockfileStephan Seitz
2021-03-16hotfix npm checkkiyan