| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-17 | Update queries/php/highlights.scm | Stephan Seitz | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-05-17 | highlights/locals(php): rename type_name -> named_type | Stephan Seitz | |
| 2021-05-17 | comment: remove `@combined` | Omar Zeghouani | |
| 2021-05-16 | Add Julia queries | Sergio Alejandro Vargas | |
| 2021-05-16 | Add `do_statement` to lua folds | Sergio Alejandro Vargas | |
| 2021-05-16 | highlights(python): use any-of? | Stephan Seitz | |
| 2021-05-12 | highlights(latex): fix regexes with backslashes | Stephan Seitz | |
| https://github.com/neovim/neovim/pull/14382 requires to escape `\` is regexes if they are verbatim `\` They change in Neovim was incompatible so people that are still behind that revision will have this regex not matching (but it should at least not error) | |||
| 2021-05-11 | highlights(ocaml): add hash and sign operators | Pau Ruiz Safont | |
| 2021-05-11 | Add config for Dockerfile parser (#1288) | Camden Cheek | |
| 2021-05-07 | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | |
| This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | |||
| 2021-05-07 | Add fish queries | Omar Zeghouani | |
| Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names | |||
| 2021-05-01 | highlights(c): highlight (escape_sequence) | Stephan Seitz | |
| 2021-04-28 | Add go-mod tree-sitter config | Camden Cheek | |
| Adds a tree-sitter config for go.mod files as well as highlighting queries. | |||
| 2021-04-28 | locals(js,ts): Add parameters again (#1231) | Stephan Seitz | |
| 2021-04-28 | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | |
| * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | |||
| 2021-04-26 | folds(c): fold at case_statement | Stephan Seitz | |
| 2021-04-26 | highlights(cpp): highlight namespaces in using declartions | Stephan Seitz | |
| 2021-04-26 | highlights(cpp): reduce number of regexes | Stephan Seitz | |
| 2021-04-26 | highlights(cpp): avoid overwriting C CONSTANTS | Stephan Seitz | |
| 2021-04-23 | highlights(julia): add "type"/"primitive" keyword | Stephan Seitz | |
| 2021-04-23 | highlights(julia): add punctuation | Stephan Seitz | |
| 2021-04-23 | replace @class with @type | Alvaro Muñoz | |
| 2021-04-23 | Add Codeql indents.scm | Alvaro Muñoz | |
| 2021-04-23 | injections(tsx): inherit injections from ecma | Stephan Seitz | |
| Fixes #1237 | |||
| 2021-04-23 | highlights(fortran): extend queries | Stephan Seitz | |
| 2021-04-23 | Add Fortran queries from @oponkork | Stephan Seitz | |
| 2021-04-23 | Add JS/TS parameters again (#1227) | Stephan Seitz | |
| * highlights(js): add parameters * highlights(ts): add Typescript parameters | |||
| 2021-04-22 | Highlight v-bind using javascript | Artur Tagisow | |
| 2021-04-22 | highlights(csharp): add "with" as `@keyword.operator` | Stephan Seitz | |
| 2021-04-22 | fix(lua): correctly highlight field names | Thomas Vigouroux | |
| 2021-04-22 | fix(highlights): always highlight ternary operator as operator | Thomas Vigouroux | |
| 2021-04-22 | fix(c): fold switch statements | Thomas Vigouroux | |
| 2021-04-21 | Fix svelte highlights | Stephan Seitz | |
| 2021-04-21 | C highlights: Make char_literal `@character` | Stephan Seitz | |
| 2021-04-18 | YAML: update queries (#1203) | Santos Gallegos | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18 | |||
| 2021-04-18 | Fix identifier type check | Shatur95 | |
| 2021-04-18 | Fix GDScript highlighting | Shatur95 | |
| 2021-04-17 | highlights(java): add new keyword "yield" | Stephan Seitz | |
| https://github.com/tree-sitter/tree-sitter-java/pull/78 added support for enhanced switch statements | |||
| 2021-04-17 | Indent Ruby singleton classes | Imobach González Sosa | |
| 2021-04-15 | ledger: update highlights | Grzegorz Milka | |
| I have updated the highlights in the upstream repo in https://github.com/cbarrete/tree-sitter-ledger/commit/941bbf609858e0fb355b663ccc7bbd6f9bc8863e. | |||
| 2021-04-13 | locals(Go): add namespace definition for import_spec_list | Stephan Seitz | |
| This would define `foo` ```go import ( foo "fmt" ) ``` | |||
| 2021-04-10 | Query: update highlights (#1175) | Santos Gallegos | |
| 2021-04-10 | Add support for Java records | Stephan Seitz | |
| Ref: https://github.com/tree-sitter/tree-sitter-java/pull/73 | |||
| 2021-04-09 | Yaml: update locals (#1172) | Santos Gallegos | |
| The parser doesn't break the symbols in `*` `&` from the name of anchors/aliases. So go to definition doesn't work, but highlight of usage does :D Test with ```yaml Defaults: &defaults Company: foo Item: 123 Computer: <<: *defaults <<: *defaults Price: 3000 ``` Ref https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18 | |||
| 2021-04-08 | feat: add scss injection for svelte/vue | elianiva | |
| 2021-04-08 | feat: add scss parser | elianiva | |
| 2021-04-07 | highlights(go): Highlight const_declaration | Stephan Seitz | |
| Fixes #1157 | |||
| 2021-04-07 | Update highlights.scm | NullVoxPopuli | |
| 2021-04-06 | injections(js): add regex highlighting | Stephan Seitz | |
| 2021-04-06 | highlights(rust): Add operator "?" | Stephan Seitz | |
