| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-08 | fixup: remove generate_from_grammar | elianiva | |
| 2021-04-08 | feat: add scss parser | elianiva | |
| 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 | fix(health): let CC check behave like in real installation | Stephan Seitz | |
| Fixes #1146 | |||
| 2021-04-06 | Fix: allow empty path in utils.get_at_path | Stephan Seitz | |
| 2021-04-06 | TSModuleInfo: make new buffer work with given argument | Marco Hinz | |
| 2021-04-06 | TSModuleInfo: use custom buffer | Marco Hinz | |
| 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 | TSModuleInfo: cleaner indentation | Marco Hinz | |
| 2021-04-05 | TSModuleInfo: sort mods and languages | Marco Hinz | |
| 2021-04-02 | fix: prev_node nil check | kiyan | |
| 2021-04-02 | healthcheck: raise error when ABI is too old | Stephan Seitz | |
| 2021-04-01 | Remove requires_generate_from_grammar for ledger | Stephan Seitz | |
| 2021-04-01 | all/maintained: only installation from grammar when tree-sitter CLI executable | Stephan Seitz | |
| 2021-04-01 | Check for node-js on :TSInstallFromGrammar | Stephan Seitz | |
| Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1121#issuecomment-811755767 | |||
| 2021-04-01 | fix: avoid infinite loop which causes some breakage | kiyan | |
| 2021-04-01 | fix: indent on new line | kiyan | |
| 2021-03-31 | Add tree-sitter ABI version to health check | Stephan Seitz | |
| 2021-03-30 | Use fullpath to tree-sitter executable to avoid using one from NPM | Stephan Seitz | |
| 2021-03-30 | Add LaTeX maintainers | Stephan Seitz | |
| 2021-03-30 | Add text.reference and text.environment | Stephan Seitz | |
| 2021-03-30 | latex: add TSMath that behaves like vimtex math highlighting | Stephan Seitz | |
| 2021-03-30 | refactor(all): language tree adaption (#1105) | Steven Sojka | |
| 2021-03-24 | Address #1067: check whether lockfile exists | Stephan Seitz | |
| 2021-03-24 | chore(parsers): add tsx maintainer | Steven Sojka | |
| 2021-03-24 | feat(install): allow ignore list when installing parsers (#1098) | Steven Sojka | |
| 2021-03-23 | Update teal highlights | Corey Williamson | |
| 2021-03-23 | fix(checkhealth): display error messages of failed queries | Stephan Seitz | |
| 2021-03-23 | Added Zig grammar | Himujjal | |
| 2021-03-22 | Fix indent size | Brady Phillips | |
| Indent size should equal shiftwidth, unless shiftwidth is 0 in which case tabstop should be used. | |||
| 2021-03-22 | use health#report_warn for treesitter version check | bitcoder | |
| 2021-03-22 | Add LaTeX/Bibtex parser | Stephan Seitz | |
| 2021-03-22 | fix typo in beancount parser | Brian Ryall | |
| 2021-03-22 | add support for beancount files | Brian Ryall | |
| 2021-03-18 | feat: Allow tables for additional_vim_regex_highlighting | Stephan Seitz | |
| 2021-03-18 | feat: Allow to configure to use syntax and tree-sitter together | Stephan Seitz | |
| 2021-03-18 | fix formatting issues caused by asterisk | nbCloud91 | |
| 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-17 | Update clojure,turtle,sparql | Stephan Seitz | |
| 2021-03-17 | GraphQL no longer requires_generate_from_grammar | Stephan Seitz | |
| 2021-03-17 | Use newline instead of space | BonaBeavis | |
| 2021-03-17 | Add newline before legend | BonaBeavis | |
| Without this newline there is no syntax highlighting after the legend. | |||
| 2021-03-16 | Update lockfile | Stephan Seitz | |
| 2021-03-16 | hotfix npm check | kiyan | |
| 2021-03-16 | Add an error message if NPM is not available but needed | Stephan Seitz | |
| 2021-03-16 | Fixup: ocamllex | Stephan Seitz | |
| 2021-03-16 | Update ocaml | Stephan Seitz | |
| 2021-03-16 | Update Kotlin parser | Stephan Seitz | |
| 2021-03-16 | Update verilog to 0.19.2 | Stephan Seitz | |
| 2021-03-16 | Update fennel parser to 0.19.2 | Stephan Seitz | |
| 2021-03-16 | Add explanation why some parsers need to be generated from source now | Stephan Seitz | |
