| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix: require_language is needed after installation to update Vim's language ↵ | Stephan Seitz | 2022-12-26 | 1 | -0/+1 | |
| | | | | | | | table Fixes #4026 | |||||
| * | fix: do `vim.treesitter.start()` on highlight module attach | Stephan Seitz | 2022-12-26 | 1 | -18/+20 | |
| | | | | | Fixes #4026 | |||||
| * | Update parsers: hlsl | GitHub | 2022-12-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix(vue): Invalid match queries | Lucario387 | 2022-12-25 | 2 | -7/+35 | |
| | | ||||||
| * | Fix(vue): Invalid match queries | Lucario387 | 2022-12-25 | 1 | -2/+2 | |
| | | ||||||
| * | Fix `update_selection` | Philip Gaudreau | 2022-12-25 | 1 | -9/+27 | |
| | | ||||||
| * | add test file | Lucario387 | 2022-12-25 | 1 | -0/+41 | |
| | | ||||||
| * | injections(vue): Update injection queries | Lucario387 | 2022-12-25 | 1 | -13/+41 | |
| | | ||||||
| * | chore: update usage `vim.split` to new signature | Stephan Seitz | 2022-12-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Old usage was still working because of backward compatibility of nvim code: ```lua if type(kwargs) == 'boolean' then -- Support old signature for backward compatibility plain = kwargs else ``` `:h vim-split()` https://neovim.io/doc/user/lua.html#vim.split() | |||||
| * | highlights(c_sharp): add ">>>" ">>>=" | Stephan Seitz | 2022-12-24 | 1 | -0/+2 | |
| | | | | | From upstream change https://github.com/tree-sitter/tree-sitter-c-sharp/pull/266/files | |||||
| * | Update parsers: c_sharp (#4023) | github-actions[bot] | 2022-12-23 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Inherit folds for SCSS from CSS | Rishi | 2022-12-23 | 1 | -0/+1 | |
| | | ||||||
| * | injections(nix): combine injections to work better with interpolations | figsoda | 2022-12-23 | 2 | -1/+13 | |
| | | ||||||
| * | highlights(nix): improve builtins and exceptions highlights | figsoda | 2022-12-23 | 1 | -9/+21 | |
| | | ||||||
| * | highlights(nix): add all builtins | figsoda | 2022-12-23 | 1 | -98/+15 | |
| | | ||||||
| * | highlights(nix): improve highlights | figsoda | 2022-12-23 | 1 | -28/+120 | |
| | | ||||||
| * | injections(nix): fix runCommand* | figsoda | 2022-12-23 | 1 | -7/+7 | |
| | | ||||||
| * | Update parsers: c_sharp (#4019) | github-actions[bot] | 2022-12-23 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | julia: update parser and highlights (#4016) | Sergio A. Vargas | 2022-12-23 | 2 | -8/+4 | |
| | | | | | - Replace `scoped_identifier` with `field_expression` in function names - Replace true and false with `boolean_literal` | |||||
| * | Update parsers: c_sharp | GitHub | 2022-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix vue injection queries | Lucario387 | 2022-12-22 | 1 | -2/+33 | |
| | | ||||||
| * | Update parsers: ada, c_sharp | GitHub | 2022-12-22 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add Ada | Emmanuel Briot | 2022-12-22 | 6 | -0/+239 | |
| | | ||||||
| * | injections(go): inject regex into some regexp functions | Stephan Seitz | 2022-12-22 | 1 | -0/+12 | |
| | | ||||||
| * | Update parsers: c_sharp, t32 | GitHub | 2022-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: c_sharp | GitHub | 2022-12-21 | 1 | -1/+1 | |
| | | ||||||
| * | feat(t32): initial support | xasc | 2022-12-21 | 10 | -0/+371 | |
| | | ||||||
| * | Update parsers: c_sharp | GitHub | 2022-12-21 | 1 | -1/+1 | |
| | | ||||||
| * | injections(yaml): fix injections | figsoda | 2022-12-21 | 2 | -3/+3 | |
| | | ||||||
| * | ci: use builtin jq instead of downloading it | dundargoc | 2022-12-21 | 1 | -4/+1 | |
| | | ||||||
| * | Update parsers: v | GitHub | 2022-12-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix(health): align the list of parsers when doing checkhealth | dundargoc | 2022-12-21 | 1 | -2/+2 | |
| | | | | | | Some parser names are too long for the given space, which shifts the features so they aren't in line. | |||||
| * | Update parsers: c_sharp, gdscript, sql | GitHub | 2022-12-21 | 1 | -3/+3 | |
| | | ||||||
| * | csharp: update query to parser change | Christian Clason | 2022-12-20 | 1 | -1/+0 | |
| | | ||||||
| * | Update parsers: c_sharp, jsonnet, query | GitHub | 2022-12-20 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: swift | GitHub | 2022-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(java): fix '!',param,global group | Josef Litoš | 2022-12-19 | 1 | -2/+5 | |
| | | ||||||
| * | Update parsers: help | GitHub | 2022-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | ci: bump stylua action to v2 | dundargoc | 2022-12-17 | 1 | -1/+2 | |
| | | ||||||
| * | Update parsers: astro | GitHub | 2022-12-17 | 1 | -1/+1 | |
| | | ||||||
| * | ci: bump action versions | dundargoc | 2022-12-17 | 5 | -12/+12 | |
| | | ||||||
| * | Update parsers: c_sharp, lua | GitHub | 2022-12-17 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: c_sharp, php, sql | GitHub | 2022-12-16 | 1 | -3/+3 | |
| | | ||||||
| * | feat: allow to set keymappings to `false` | Stephan Seitz | 2022-12-15 | 3 | -22/+26 | |
| | | | | | Fixes #3954 | |||||
| * | highlights(lua): use @method.call | Jaehwang Jung | 2022-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | ci: Add name of updated parsers to commit message | Stephan Seitz | 2022-12-15 | 1 | -3/+8 | |
| | | | | | Fixes #3962 | |||||
| * | Update lockfile.json (#3976) | github-actions[bot] | 2022-12-15 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | utils: respect shellslash setting | Attila Tajti | 2022-12-14 | 1 | -1/+1 | |
| | | | | | Use '/' as path separator on Windows when shellslash is set. | |||||
| * | install: fix is_installed checks with shellslash | Attila Tajti | 2022-12-14 | 1 | -2/+13 | |
| | | | | | Convert paths to use backslashes on Windows. | |||||
| * | shell: respect shellslash option on Windows | Attila Tajti | 2022-12-14 | 1 | -5/+16 | |
| | | | | | | | | Always use backlashes as path separators in commands when they are used in cmd.exe. Fixes #2844 #1965 | |||||
