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
/
highlights.scm
Age
Commit message (
Expand
)
Author
2022-11-01
lua: update queries
Christian Clason
2022-10-15
highlights: use @preproc where appropriate
ObserverOfTime
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-09-12
highlights(lua): add spell
Lewis Russell
2022-08-03
Split func/method definition from calls in several programming language queries
lfenzo
2022-06-24
highlights(lua): use `#eq?` instead of `#match?`
Janfel
2022-06-24
highlights(lua): highlight only `self` as `self`
Janfel
2022-03-12
fix(lua): restore precedence for @variable.builtin and @constant.builtin
Christian Clason
2022-01-30
highlights(lua): don't highlight arguments as parameters
Stephan Seitz
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-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-04-22
fix(lua): correctly highlight field names
Thomas Vigouroux
2021-02-10
Lua: highlight fields
Santos Gallegos
2021-01-27
fix(lua): correctly highlight do_statement
Thomas Vigouroux
2020-11-25
lua: update to pull shebang fix
Thomas Vigouroux
2020-11-23
lua: fix "then" highlighting
Thomas Vigouroux
2020-10-21
Add lua params (#605)
Chinmay Dalal
2020-09-19
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-14
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-09-08
use keyword.function instead of function
kyazdani42
2020-09-08
fix function/end keywords not applied for every scope
kyazdani42
2020-09-06
fix: contional > conditional in lua hl.scm
kyazdani42
2020-09-06
Lua: update highlights
Santos Gallegos
2020-09-06
Lua: fix loop and conditional keywords highlights
Santos Gallegos
2020-08-17
chore(highlights): remove is predicate usage
Steven Sojka
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-08-11
Lua highlights: add operator "=" and punctuation
Stephan Seitz
2020-08-09
Lua: highlight function name
Santos Gallegos
2020-08-04
Lua: fix @error capture
Santos Gallegos
2020-07-28
Lua: update some queries
Santos Gallegos
2020-07-16
highlights: some fixes
Thomas Vigouroux
2020-07-08
highlight(lua): fix overlapping queries
Thomas Vigouroux
2020-07-01
highlights(lua): update query to new syntax
Thomas Vigouroux
2020-05-07
fix(lua): update queries
Thomas Vigouroux
2020-04-23
highlight(lua): highlight local functions
Thomas Vigouroux
2020-04-22
highlight(lua): add more operators
Thomas Vigouroux
2020-04-22
feat: syntax highlighting
Thomas Vigouroux