index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
lua
Age
Commit message (
Expand
)
Author
2022-08-23
change: allow one or more leading `;`
numToStr
2022-08-23
injections(lua): highlight string as `query` if starts with `;; query`
numToStr
2022-08-03
Split func/method definition from calls in several programming language queries
lfenzo
2022-07-21
fix(indents): indents for error block (css, lua) (#3207)
Kiyan
2022-06-24
highlights(lua): use `#eq?` instead of `#match?`
Janfel
2022-06-24
highlights(lua): highlight only `self` as `self`
Janfel
2022-04-06
fix(indent/lua): wrong for nested tables due to branch on opening pairs
Jędrzej Boczar
2022-04-06
Inject query into lua for set_query calls
Connor Lay (Clay)
2022-03-12
fix(lua): restore precedence for @variable.builtin and @constant.builtin
Christian Clason
2022-02-06
indents(lua): make ")" `@indent_end
Stephan Seitz
2022-02-05
indents(lua): use `(comment) @auto`
Stephan Seitz
2022-02-05
indent(lua): ignore comment
Stephan Seitz
2022-02-05
docs: add `@zero_indent` to CONTRIBUTING.md
Stephan Seitz
2022-02-05
indents(lua): fix comment indentation
Stephan Seitz
2022-02-05
fix(indents): re-parse before each indent
Stephan Seitz
2022-02-04
fix(indent): lua - support `@indent_end` (#2454)
Munif Tanjim
2022-01-30
highlights(lua): don't highlight arguments as parameters
Stephan Seitz
2022-01-21
feat: rewrite indent module
Munif Tanjim
2022-01-21
feat: improve indent module
Munif Tanjim
2022-01-18
feat(lua)!: switch from our fork to MunifTanjim's (#2272)
Christian Clason
2021-12-13
highlights(lua): `next` as builtin function
numToStr
2021-11-23
Prefer lua-match over match
Lewis Russell
2021-11-16
Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922)
vhyrro
2021-09-25
injections(lua): fix cdef injection
Stephan Seitz
2021-09-01
highlights(lua): Add Lua 5.1 built-in functions
Sergio Alejandro Vargas
2021-08-17
highlights(lua): Add semicolons
Sergio Alejandro Vargas
2021-08-14
Lua: highlight uppercase variables as constants (#1690)
Santos Gallegos
2021-08-02
highlights(lua): Organize `function_call` queries
Sergio Alejandro Vargas
2021-08-02
highlights(lua): Fix method calls
Sergio Alejandro Vargas
2021-07-07
Lua: highlight function definitions
Santos Gallegos
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-06-17
feat: added `self` as builtin keyword for Lua
Folke Lemaitre
2021-05-16
Add `do_statement` to lua folds
Sergio Alejandro Vargas
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-22
fix(lua): correctly highlight field names
Thomas Vigouroux
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-02-23
add do statement to lua indents
kiyan
2021-02-10
Lua: highlight fields
Santos Gallegos
2021-02-07
Lua: improve scope queries
Santos Gallegos
2021-01-27
fix(lua): correctly handle do_statement in locals
Thomas Vigouroux
2021-01-27
fix(lua): correctly highlight do_statement
Thomas Vigouroux
2021-01-20
lua: Add more indent nodes
Lewis Russell
2021-01-04
indent fixes
kiyan42
2021-01-01
Add c injection for ffi.cdef to lua
Simon Hauser
2020-12-16
Remove duplicate capture for `function_definition`
El Piloto
2020-12-16
Capture anonymous functions assigned to variables
El Piloto
2020-11-25
lua: update to pull shebang fix
Thomas Vigouroux
[next]