summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-18test(go): add cases for newlines de-indentationAkin Sowemimo
test(go): combine new indent test cases test(go): add incorrect indent after var closing ) this case does not work correctly already so add that in since this PR does not address that case test(go): set current lines in indent test test(go): simplify test case
2022-04-18fix(go): reduce indent after },)Akin Sowemimo
2022-04-18feat(swift): switch to branch with generated filesChristian Clason
2022-04-18Update lockfile.jsonGitHub
2022-04-16highlights(java): add support for `text_block`sStephan Seitz
2022-04-16feat(vim): highlight unknown commandsThomas Vigouroux
2022-04-16Update lockfile.jsonGitHub
2022-04-16Update lockfile.jsonGitHub
2022-04-16chore: bump minimal Nvim version to 0.7 and checkChristian Clason
Checks minimal version in `:checkhealth nvim-treesitter` Also recommend nightlies
2022-04-16ci: bump treesitter to 0.20.6Christian Clason
2022-04-16remove ignore_child_trees from get_node_at_positionMarcus Caisey
2022-04-16add ignore_injected_langs to get_node_at_cursorMarcus Caisey
2022-04-16ci: remove all swift skipsChristian Clason
followup to #2796
2022-04-16highlights(julia): Update literalsSergio Alejandro Vargas
Add queries for: - Character literals - Escape sequences - NaNs, Infs and missing Remove highlight to identifiers in coefficient expressions. Update other literals to match grammar.
2022-04-15Update lockfile.jsonGitHub
2022-04-15Update lockfile.jsonGitHub
2022-04-15Format with styluaEmilia Simmons
2022-04-15fix: properly select name in revision archiveEmilia Simmons
2022-04-15Update lockfile.jsonGitHub
2022-04-15highlights(markdown): fix conceal captureStephan Seitz
2022-04-15highlights(markdown): conceal link markersStephan Seitz
2022-04-15highlights(markdown): conceal `emphasis_delimiter`Stephan Seitz
2022-04-15highlights(markdown): add conceal to fenced code blocksStephan Seitz
2022-04-15Fix syntax in commentDalembert
2022-04-15ci: don't skip swift anymoreStephan Seitz
I think this was a nvim 0.6 issue
2022-04-15ci: update windows workflow to 0.7Christian Clason
Unarchive directory was renamed to `nvim-win64`
2022-04-15latex: capture math env contentsChristian Clason
2022-04-15Fix backtick typo in highlighting issue templateJendrik Stelzner
2022-04-15Update lockfile.jsonGitHub
2022-04-15julia: update queries to parser changesChristian Clason
2022-04-14Update lockfile.jsonGitHub
2022-04-14latex: update queriesChristian Clason
Make use of parser updates * add `\{re}newenvironment` * add `\DeclarePairedDelimiter{X}` * add `\title` and `\author` * add optional arguments to sectioning commands * use builtin nodes for math environments
2022-04-14Update lockfile.jsonGitHub
2022-04-13Update lockfile.jsonGitHub
2022-04-13Update lockfile.jsonGitHub
2022-04-13svelte query and lockfile updatedHimujjal Upadhyaya
2022-04-12Update lockfile.jsonGitHub
2022-04-12Update lockfile.jsonGitHub
2022-04-11Update lockfile.jsonGitHub
2022-04-11fix: remove ftdetect, Fix `struct` highlight for wgslKonrad Bochnia
2022-04-11Add WGSL parserKonrad Bochnia
2022-04-11Update lockfile.jsonGitHub
2022-04-11Add c injection for cgo commentskraftwerk28
2022-04-10Update lockfile.jsonGitHub
2022-04-10Fix nvim-treesitter CI6cdh
2022-04-10Added folds, injections6cdh
2022-04-10Added scheme highlights6cdh
2022-04-10Added scheme support6cdh
2022-04-10chore!: deprecate ensure_installed=maintainedChristian Clason
BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended)
2022-04-10highlights(json): highlight ":"Stephan Seitz
Fixes #2703