| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-14 | Merge pull request #452 from kyazdani42/jsx-folds | Steven Sojka | |
| Jsx fold | |||
| 2020-09-13 | Bash: fix hl capture groups | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/387 | |||
| 2020-09-13 | fix(cpp highlights): Use `@include` for preproc_include (fix #445) | Stephan Seitz | |
| 2020-09-12 | fix ocaml highlights | Pau Ruiz Safont | |
| Function matching was wrongly parenthesized, parameter detection was too eager and it was wrongly matching all + and - as delimiters | |||
| 2020-09-12 | add jsx fold on jsx_element only | kyazdani42 | |
| 2020-09-12 | Update PHP query | Shirasaka | |
| 2020-09-12 | - Fix TSType and TSPunctuationSpecial | TravonteD | |
| Move class and module names to @type to be consistent with the other languages. (fixes #448) Use @punction.special for interpolation brackets. (fixes #449) | |||
| 2020-09-11 | maintenance(ocaml): adapt queries to nvim-treesitter | Pau Ruiz Safont | |
| 2020-09-11 | feat(queries): pull ocaml queries from upstream | Pau Ruiz Safont | |
| 2020-09-11 | ci: fix wrong queries | Thomas Vigouroux | |
| 2020-09-10 | Merge pull request #421 from steelsojka/add-missing-js-ops | Steven Sojka | |
| fix(highlights): add missing js operators | |||
| 2020-09-10 | fix(highlights): add missing js operators | Steven Sojka | |
| 2020-09-10 | Add folding for local functions in lua | Nolan Prochnau | |
| 2020-09-08 | feat(C++ highlights): highlight operator_name as function | Stephan Seitz | |
| 2020-09-08 | C/C++ locals: Deduplicate C++ locals contained in C | Stephan Seitz | |
| 2020-09-08 | Add C++ folds and C comment/preproc folds | 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-07 | fix using highlight query extension for every query type | kyazdani42 | |
| 2020-09-07 | go locals: remove unused strip! directive | Stephan Seitz | |
| 2020-09-06 | rst: remove unused captures | Santos Gallegos | |
| This is causing an error. | |||
| 2020-09-06 | fix: ocaml highlight | Pau Ruiz Safont | |
| The string.special group was removed from highlight.lua, replace its uses by the string group. | |||
| 2020-09-06 | fix: contional > conditional in lua hl.scm | kyazdani42 | |
| 2020-09-06 | fix bash highlight | kyazdani42 | |
| 2020-09-06 | Lua: update highlights | Santos Gallegos | |
| 2020-09-06 | Lua: fix loop and conditional keywords highlights | Santos Gallegos | |
| 2020-09-06 | feat(folds): add ts and js folds | Steven Sojka | |
| 2020-09-06 | change @meta to @type for derive directives because @meta is not defined | kiyan42 | |
| 2020-09-06 | fix(highlights): fix ts parameter highlights | Steven Sojka | |
| 2020-09-05 | Fix filename | Pieter Goetschalckx | |
| 2020-09-04 | Query: update highlights | Santos Gallegos | |
| More color! | |||
| 2020-09-04 | Query: add program as scope | Santos Gallegos | |
| 2020-09-03 | Python: update folds | Santos Gallegos | |
| Missed one | |||
| 2020-09-03 | Python: add folds | Santos Gallegos | |
| 2020-09-02 | fix(locals): js add arrow function parameter as definition | Steven Sojka | |
| 2020-09-01 | fold(c): ignore compound statements | Thomas Vigouroux | |
| 2020-09-01 | fix(fold): revamp fold | Thomas Vigouroux | |
| fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | |||
| 2020-08-30 | C highlights: make `preproc_defined` @function.macro | Stephan Seitz | |
| 2020-08-27 | C highlights: add bitwise-xor operator | Stephan Seitz | |
| 2020-08-26 | fix(locals): add js namespace import as definition | Steven Sojka | |
| 2020-08-24 | feat(highlights): add ocaml | Pau Ruiz Safont | |
| 2020-08-24 | feat(c/cpp highlights): highlight pointer/reference parameters | Stephan Seitz | |
| 2020-08-22 | C++ highlights: Add initial support for attributes | Stephan Seitz | |
| 2020-08-20 | Python highlights: add additional operators | Stephan Seitz | |
| This is applies the upstream PR to our repo: https://github.com/tree-sitter/tree-sitter-python/pull/73 | |||
| 2020-08-20 | Change self back to variable.builtin | Avi Dessauer | |
| 2020-08-20 | Deduplicate queries/rust/highlights.scm | Avi Dessauer | |
| Co-authored-by: TravonteD <tman1300@aol.com> | |||
| 2020-08-20 | Highlight operators + improve consistency with Vim syntax | Avi Dessauer | |
| 2020-08-18 | Python: fix some highlights | Santos Gallegos | |
| These aren't valid lua patterns | |||
