| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: cleanup luap injection queries | Riley Bruins | 2023-12-23 | 1 | -24/+2 |
| | | |||||
| * | feat: more `@string.regex` highlights | Riley Bruins | 2023-12-23 | 1 | -0/+20 |
| | | |||||
| * | feat(lua): folds for parameter, argument lists | Riley Bruins | 2023-11-19 | 1 | -0/+2 |
| | | |||||
| * | refactor: Remove all `(ERROR) @error` captures | Pham Huy Hoang | 2023-10-25 | 1 | -3/+0 |
| | | | | | | | | | | | | | As discussed in PR#5421, capturing `@error` is inconsistent, requiring deep nesting (or priority) in order to correctly have red backgrounds to it. Some queries has this capture, some don't. For consistency purposes, removing all of them is more preferable. For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)` to your custom queries. | ||||
| * | feat(lua): highlight variadic expressions as builtin parameters (#5567) | Riley Bruins | 2023-10-24 | 1 | -0/+2 |
| | | |||||
| * | injections(lua): add vim highlights to api funcs (#5404) | Pham Huy Hoang | 2023-09-16 | 1 | -0/+70 |
| | | | | | Add vim injections for `vim.api.nvim[_buf]_create_user_command` and `vim.api.nvim_create_autocmd` | ||||
| * | fix(lua): fix luadoc injections | Christian Clason | 2023-09-15 | 1 | -1/+1 |
| | | |||||
| * | refactor: remove `include-children` from queries (#5226) | Pham Huy Hoang | 2023-09-12 | 1 | -6/+6 |
| | | | | These `include-children` were to alleviate an issue with empty range language tree, which has been fixed for Neovim nightly/Neovim 0.9.2 | ||||
| * | fix(lua): highlights for attribute | Munif Tanjim | 2023-09-07 | 1 | -3/+4 |
| | | |||||
| * | fix(lua): use include-children instead (#5299) | Pham Huy Hoang | 2023-08-22 | 1 | -5/+7 |
| | | | | | | The root issue is fixed with neovim 0.9.2. But the current stable version is neovim 0.9.1, so partially reverts the commit to make it compatible with the current stable version. | ||||
| * | fix(lua): luap injection (#5275) | TheLeoP | 2023-08-18 | 1 | -5/+27 |
| | | | | | | | | | | * fix(lua): luap injection * test(lua): check for incorrect hlgroup of injected luap * chore(lua): injections styling * chore(lua): ignore luacheck for test.lua | ||||
| * | fix(lua): injections for comment and luadoc | Munif Tanjim | 2023-08-16 | 1 | -4/+5 |
| | | |||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 2 | -18/+28 |
| | | | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc | ||||
| * | queries/*/highlights.scm : remove `@spell` for strings | ShellCode33 | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | feat(lua): update highlights query for functions (#4919) | Munif Tanjim | 2023-06-08 | 1 | -5/+32 |
| | | |||||
| * | fix(lua_inject): remove need for surrounding quote (#4740) | Pham Huy Hoang | 2023-04-30 | 1 | -2/+2 |
| | | |||||
| * | refactor(lua): move _VERSION to `@constant.builtin`, builtin types to ↵ | Amaan Qureshi | 2023-04-28 | 1 | -1/+7 |
| | | | | | `@namespace.builtin` | ||||
| * | fix(lua): injection eq should be any-of (#4711) | Amaan Qureshi | 2023-04-26 | 1 | -1/+1 |
| | | |||||
| * | injections(lua): tweak query to capture string content (#4707) | Munif Tanjim | 2023-04-25 | 1 | -1/+1 |
| | | |||||
| * | injections(lua): highlight vim.api.nvim_exec2 | smjonas | 2023-04-24 | 1 | -2/+2 |
| | | |||||
| * | injections(lua): highlight Lua code in vim.rpcrequest and vim.rpcnotify | smjonas | 2023-04-24 | 1 | -1/+8 |
| | | |||||
| * | fix: `get_range` shim for playground | Tom van Dijk | 2023-03-24 | 1 | -1/+1 |
| | | |||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -6/+7 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | fix: shim 0.9 deprecations | Lewis Russell | 2023-03-24 | 1 | -1/+1 |
| | | |||||
| * | feat: add Luadoc | Amaan Qureshi | 2023-03-20 | 1 | -0/+4 |
| | | |||||
| * | queries(lua): add more keywords related to variable/function builtins, ↵ | Amaan Qureshi | 2023-03-20 | 1 | -3/+9 |
| | | | | | debug, and coroutines | ||||
| * | fix(lua): properly highlight labels | Amaan Qureshi | 2023-03-20 | 1 | -2/+7 |
| | | |||||
| * | feat(lua): add more builtin variables per lua_ls | Amaan Qureshi | 2023-03-11 | 1 | -1/+1 |
| | | |||||
| * | feat: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -0/+6 |
| | | |||||
| * | feat(lua): add luap injections | Amaan Qureshi | 2023-03-04 | 1 | -0/+26 |
| | | |||||
| * | Extend injections for Lua to use query parser | Cameron | 2023-02-24 | 1 | -1/+1 |
| | | |||||
| * | highlights(lua): use @method.call | Jaehwang Jung | 2022-12-15 | 1 | -1/+1 |
| | | |||||
| * | lua: update queries | Christian Clason | 2022-11-01 | 1 | -0/+5 |
| | | |||||
| * | locals(lua): fix directive not applying | beardedsakimonkey | 2022-10-17 | 1 | -6/+6 |
| | | | | | fixes #3280 | ||||
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 1 | -1/+1 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -4/+2 |
| | | |||||
| * | highlights(lua): add spell | Lewis Russell | 2022-09-12 | 1 | -0/+2 |
| | | |||||
| * | change: allow one or more leading `;` | numToStr | 2022-08-23 | 1 | -1/+1 |
| | | |||||
| * | injections(lua): highlight string as `query` if starts with `;; query` | numToStr | 2022-08-23 | 1 | -0/+3 |
| | | |||||
| * | Split func/method definition from calls in several programming language queries | lfenzo | 2022-08-03 | 1 | -2/+2 |
| | | |||||
| * | fix(indents): indents for error block (css, lua) (#3207) | Kiyan | 2022-07-21 | 1 | -0/+2 |
| | | |||||
| * | highlights(lua): use `#eq?` instead of `#match?` | Janfel | 2022-06-24 | 1 | -1/+1 |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | ||||
| * | highlights(lua): highlight only `self` as `self` | Janfel | 2022-06-24 | 1 | -1/+1 |
| | | | | Before, all identifiers containing the substring "self" were highlighted as the builtin `self`. Now, only the identifier `self` is highlighted as `self`. | ||||
| * | fix(indent/lua): wrong for nested tables due to branch on opening pairs | Jędrzej Boczar | 2022-04-06 | 1 | -3/+0 |
| | | |||||
| * | Inject query into lua for set_query calls | Connor Lay (Clay) | 2022-04-06 | 1 | -0/+5 |
| | | |||||
| * | fix(lua): restore precedence for @variable.builtin and @constant.builtin | Christian Clason | 2022-03-12 | 1 | -14/+12 |
| | | |||||
| * | indents(lua): make ")" `@indent_end | Stephan Seitz | 2022-02-06 | 1 | -0/+2 |
| | | | | | Fixes #2476 | ||||
| * | indents(lua): use `(comment) @auto` | Stephan Seitz | 2022-02-05 | 1 | -1/+0 |
| | | |||||
| * | indent(lua): ignore comment | Stephan Seitz | 2022-02-05 | 1 | -0/+1 |
| | | |||||
| * | docs: add `@zero_indent` to CONTRIBUTING.md | Stephan Seitz | 2022-02-05 | 1 | -1/+0 |
| | | |||||
