| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix syntax in comment | Dalembert | 2022-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | ci: don't skip swift anymore | Stephan Seitz | 2022-04-15 | 2 | -28/+22 | |
| | | | | | I think this was a nvim 0.6 issue | |||||
| * | ci: update windows workflow to 0.7 | Christian Clason | 2022-04-15 | 1 | -1/+1 | |
| | | | | | Unarchive directory was renamed to `nvim-win64` | |||||
| * | latex: capture math env contents | Christian Clason | 2022-04-15 | 1 | -1/+3 | |
| | | ||||||
| * | Fix backtick typo in highlighting issue template | Jendrik Stelzner | 2022-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | julia: update queries to parser changes | Christian Clason | 2022-04-15 | 4 | -13/+16 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-14 | 1 | -2/+2 | |
| | | ||||||
| * | latex: update queries | Christian Clason | 2022-04-14 | 2 | -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.json | GitHub | 2022-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-13 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-13 | 1 | -2/+2 | |
| | | ||||||
| * | svelte query and lockfile updated | Himujjal Upadhyaya | 2022-04-13 | 2 | -1/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-11 | 1 | -0/+3 | |
| | | ||||||
| * | fix: remove ftdetect, Fix `struct` highlight for wgsl | Konrad Bochnia | 2022-04-11 | 3 | -3/+2 | |
| | | ||||||
| * | Add WGSL parser | Konrad Bochnia | 2022-04-11 | 5 | -0/+122 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-11 | 1 | -3/+3 | |
| | | ||||||
| * | Add c injection for cgo comments | kraftwerk28 | 2022-04-11 | 1 | -0/+5 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-10 | 1 | -0/+3 | |
| | | ||||||
| * | Fix nvim-treesitter CI | 6cdh | 2022-04-10 | 2 | -7/+8 | |
| | | ||||||
| * | Added folds, injections | 6cdh | 2022-04-10 | 2 | -0/+2 | |
| | | ||||||
| * | Added scheme highlights | 6cdh | 2022-04-10 | 1 | -0/+181 | |
| | | ||||||
| * | Added scheme support | 6cdh | 2022-04-10 | 2 | -0/+9 | |
| | | ||||||
| * | chore!: deprecate ensure_installed=maintained | Christian Clason | 2022-04-10 | 3 | -11/+14 | |
| | | | | | | BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended) | |||||
| * | highlights(json): highlight ":" | Stephan Seitz | 2022-04-10 | 1 | -1/+1 | |
| | | | | | Fixes #2703 | |||||
| * | fix(modules): enabling disabling per buffer and globally | kiyan | 2022-04-10 | 3 | -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 astro | virchau13 | 2022-04-09 | 2 | -1/+6 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add more filetypes for treesitter-markdown | Micah Halter | 2022-04-08 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Micah Halter <micah@balena.io> | |||||
| * | Update lockfile.json | GitHub | 2022-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-08 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | fixup! highlights(python): highlight exception keywords | Ferdinand Ratajczak | 2022-04-07 | 1 | -4/+0 | |
| | | ||||||
| * | highlights(python): highlight exception keywords | Ferdinand Ratajczak | 2022-04-07 | 1 | -0/+11 | |
| | | ||||||
| * | Update README | Github Actions | 2022-04-07 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-07 | 1 | -0/+3 | |
| | | ||||||
| * | feat: add astro | virchau13 | 2022-04-07 | 6 | -0/+19 | |
| | | ||||||
| * | highlights(hack): fix typo in "tuple" keyword | Stephan Seitz | 2022-04-06 | 1 | -1/+1 | |
| | | | | | https://github.com/slackhq/tree-sitter-hack/pull/34 | |||||
| * | Update lockfile.json | GitHub | 2022-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | fix(indent/lua): wrong for nested tables due to branch on opening pairs | Jędrzej Boczar | 2022-04-06 | 3 | -3/+8 | |
| | | ||||||
| * | Inject query into lua for set_query calls | Connor Lay (Clay) | 2022-04-06 | 1 | -0/+5 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-06 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(bash): add more builtins | adrian5 | 2022-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | indents(ecma): use auto indent on (ERROR) | Stephan Seitz | 2022-04-04 | 3 | -0/+22 | |
| | | | | | Fixes #2515 | |||||
