nvim-treesitter/queries/lua
Janfel 8d43730388 highlights(lua): highlight only self as self
Before, all identifiers containing the substring "self" were highlighted as the builtin `self`. Now, only the identifier `self` is highlighted as `self`.
2022-06-24 20:27:58 +02:00
..
folds.scm feat(lua)!: switch from our fork to MunifTanjim's (#2272) 2022-01-18 22:15:26 +01:00
highlights.scm highlights(lua): highlight only self as self 2022-06-24 20:27:58 +02:00
indents.scm fix(indent/lua): wrong for nested tables due to branch on opening pairs 2022-04-06 21:28:11 +02:00
injections.scm Inject query into lua for set_query calls 2022-04-06 18:21:45 +02:00
locals.scm feat(lua)!: switch from our fork to MunifTanjim's (#2272) 2022-01-18 22:15:26 +01:00