nvim-treesitter/queries/lua
Santos Gallegos 989fc7aa6c Lua: highlight function definitions
In lua

```lua
function foo() end
```

is syntax sugar for

```lua
foo = function() end
```
2021-07-07 23:17:43 +02:00
..
folds.scm Add do_statement to lua folds 2021-05-16 21:26:06 +02:00
highlights.scm Lua: highlight function definitions 2021-07-07 23:17:43 +02:00
indents.scm feat: use @ignore for comments and multiline strings 2021-03-01 23:28:53 +01:00
injections.scm Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
locals.scm Lua: improve scope queries 2021-02-07 15:26:34 +01:00