index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
treesitter
/
highlighter.lua
Commit message (
Expand
)
Author
Age
*
fix(treesitter): really restore syntax
Lewis Russell
2023-01-17
*
fix(ts): check buffer is loaded when restoring options (#21419)
Lewis Russell
2022-12-14
*
fix(treesitter): properly restore `'syntax'` (#21358)
Lewis Russell
2022-12-14
*
feat(spell): support nospell in treesitter queries
Lewis Russell
2022-11-12
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
fix(ts): do not clobber spelloptions (#20095)
Lewis Russell
2022-09-06
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
feat(treesitter)!: use @foo.bar style highlight groups
bfredl
2022-08-26
*
refactor(lua): replace vim.cmd use with API calls (#19283)
Raphael
2022-07-09
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
fix(treesitter): new iter if folded
kevinhwang91
2022-06-16
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
feat(treesitter): add more default groups to highlight map (#17835)
Gregory Anders
2022-03-30
*
feat(ui): allow conceal to be defined in decorations
bfredl
2022-03-20
*
feat(tree-sitter): allow Atom-style capture fallbacks (#14196)
Stephan Seitz
2022-02-16
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
perf(treesitter): avoid string lookup of highlight name in hot loop
Björn Linse
2021-08-19
*
chore: remove reference to nvim-treesitter in comment
Stephan Seitz
2021-08-06
*
fix(treesitter): do not map hl_group when no mapping is set
Stephan Seitz
2021-08-06
*
feat(treesitter): allow to set highlight priority for queries
Stephan Seitz
2021-07-22
*
docs: Treesitter (#13260)
TJ DeVries
2021-05-01
*
Merge pull request #14218 from steelsojka/bugfix/check-queries-exist
Thomas Vigouroux
2021-04-02
|
\
|
*
fix(treesitter): check highlight queries exist
Steven Sojka
2021-03-26
*
|
ts: Add per-language highlight links
TJ DeVries
2021-03-31
|
/
*
treesitter: propagate on_detach event properly
Björn Linse
2021-02-10
*
feat(luahl): add priority mechanism
Thomas Vigouroux
2020-11-25
*
feat(treesitter): add language tree
Steven Sojka
2020-11-23
*
treesitter: add node:id()
Björn Linse
2020-11-01
*
treesitter: allow multiple highlighters per buffer
Thomas Vigouroux
2020-10-12
*
treesitter: allow custom parser for highlighter
Thomas Vigouroux
2020-10-12
*
treesitter: runtime queries
Thomas Vigouroux
2020-10-11
*
api: multiple decoration providers at once
Björn Linse
2020-10-10
*
luahl: global the luahl
Björn Linse
2020-09-13
*
fix: use luahl in treesitter
Thomas Vigouroux
2020-09-13
*
wip trying to fix the highlighter
Thomas Vigouroux
2020-09-09
*
treesitter: use new on_bytes interface
Björn Linse
2020-09-09
*
treesitter: revert wrong optimization in highlights
Thomas Vigouroux
2020-09-09
*
apply bfredl suggestion
kiyan42
2020-09-06
*
treesitter: check hl group exists before passing it in nvim_get_hl_id_by_name
kiyan42
2020-09-05
*
treesitter: update to use buf_set_extmark
Thomas Vigouroux
2020-09-03
*
treesitter(docs): update and refresh docs
Thomas Vigouroux
2020-08-13
*
treesitter: refactor and use lua regexes
Thomas Vigouroux
2020-08-13