diff options
| author | Jaehwang Jung <tomtomjhj@gmail.com> | 2022-12-11 23:10:33 +0900 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2022-12-15 12:42:51 +0100 |
| commit | a0dc6c8635a1d4fc700c82f4008414d021d9a6d2 (patch) | |
| tree | d3c2bef1b91726368e1d54baa8abf8c128888e5e /queries/lua | |
| parent | ci: Add name of updated parsers to commit message (diff) | |
| download | nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.tar nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.tar.gz nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.tar.bz2 nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.tar.lz nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.tar.xz nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.tar.zst nvim-treesitter-a0dc6c8635a1d4fc700c82f4008414d021d9a6d2.zip | |
highlights(lua): use @method.call
Diffstat (limited to 'queries/lua')
| -rw-r--r-- | queries/lua/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm index 48aed0529..1c17d823b 100644 --- a/queries/lua/highlights.scm +++ b/queries/lua/highlights.scm @@ -172,7 +172,7 @@ (function_call name: (dot_index_expression field: (identifier) @function.call)) (function_declaration name: (dot_index_expression field: (identifier) @function)) -(method_index_expression method: (identifier) @method) +(method_index_expression method: (identifier) @method.call) (function_call (identifier) @function.builtin |
