aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix syntax in commentDalembert2022-04-151-2/+2
|
* ci: don't skip swift anymoreStephan Seitz2022-04-152-28/+22
| | | | I think this was a nvim 0.6 issue
* ci: update windows workflow to 0.7Christian Clason2022-04-151-1/+1
| | | | Unarchive directory was renamed to `nvim-win64`
* latex: capture math env contentsChristian Clason2022-04-151-1/+3
|
* Fix backtick typo in highlighting issue templateJendrik Stelzner2022-04-151-1/+1
|
* Update lockfile.jsonGitHub2022-04-151-2/+2
|
* julia: update queries to parser changesChristian Clason2022-04-154-13/+16
|
* Update lockfile.jsonGitHub2022-04-141-2/+2
|
* latex: update queriesChristian Clason2022-04-142-61/+42
| | | | | | | | | 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
* Update lockfile.jsonGitHub2022-04-141-1/+1
|
* Update lockfile.jsonGitHub2022-04-131-4/+4
|
* Update lockfile.jsonGitHub2022-04-131-2/+2
|
* svelte query and lockfile updatedHimujjal Upadhyaya2022-04-132-1/+3
|
* Update lockfile.jsonGitHub2022-04-121-1/+1
|
* Update lockfile.jsonGitHub2022-04-121-1/+1
|
* Update lockfile.jsonGitHub2022-04-111-0/+3
|
* fix: remove ftdetect, Fix `struct` highlight for wgslKonrad Bochnia2022-04-113-3/+2
|
* Add WGSL parserKonrad Bochnia2022-04-115-0/+122
|
* Update lockfile.jsonGitHub2022-04-111-3/+3
|
* Add c injection for cgo commentskraftwerk282022-04-111-0/+5
|
* Update lockfile.jsonGitHub2022-04-101-0/+3
|
* Fix nvim-treesitter CI6cdh2022-04-102-7/+8
|
* Added folds, injections6cdh2022-04-102-0/+2
|
* Added scheme highlights6cdh2022-04-101-0/+181
|
* Added scheme support6cdh2022-04-102-0/+9
|
* chore!: deprecate ensure_installed=maintainedChristian Clason2022-04-103-11/+14
| | | | | BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended)
* highlights(json): highlight ":"Stephan Seitz2022-04-101-1/+1
| | | | Fixes #2703
* fix(modules): enabling disabling per buffer and globallykiyan2022-04-103-19/+45
| | | | | | | | | | | | | | When a module is disabled by default in the config, running TSBufEnable will not enable the module because the is_enabled function will always return false, thus the module not being enabled. Also, disabling/enabling the buffers is flaky. This commit adds per buffer check when the module is not disabled. It also makes the enable and disable more indempotent. i've also renamed TS*All to TS*. Fixes #2754
* feat: add curly interpolation support for astrovirchau132022-04-092-1/+6
|
* Update lockfile.jsonGitHub2022-04-081-1/+1
|
* Add more filetypes for treesitter-markdownMicah Halter2022-04-081-0/+2
| | | | Signed-off-by: Micah Halter <micah@balena.io>
* Update lockfile.jsonGitHub2022-04-081-1/+1
|
* Update lockfile.jsonGitHub2022-04-081-1/+1
|
* Update lockfile.jsonGitHub2022-04-081-2/+2
|
* Update lockfile.jsonGitHub2022-04-071-1/+1
|
* fixup! highlights(python): highlight exception keywordsFerdinand Ratajczak2022-04-071-4/+0
|
* highlights(python): highlight exception keywordsFerdinand Ratajczak2022-04-071-0/+11
|
* Update READMEGithub Actions2022-04-071-0/+1
|
* Update lockfile.jsonGitHub2022-04-071-0/+3
|
* feat: add astrovirchau132022-04-076-0/+19
|
* highlights(hack): fix typo in "tuple" keywordStephan Seitz2022-04-061-1/+1
| | | | https://github.com/slackhq/tree-sitter-hack/pull/34
* Update lockfile.jsonGitHub2022-04-061-1/+1
|
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-063-3/+8
|
* Inject query into lua for set_query callsConnor Lay (Clay)2022-04-061-0/+5
|
* Update lockfile.jsonGitHub2022-04-061-4/+4
|
* Update lockfile.jsonGitHub2022-04-051-1/+1
|
* Update lockfile.jsonGitHub2022-04-041-2/+2
|
* highlights(bash): add more builtinsadrian52022-04-041-2/+2
|
* Update lockfile.jsonGitHub2022-04-041-2/+2
|
* indents(ecma): use auto indent on (ERROR)Stephan Seitz2022-04-043-0/+22
| | | | Fixes #2515