| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -8/+8 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | feat: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -6/+32 |
| | | |||||
| * | fix(go): Indent on type switch case properly | Evan Phoenix | 2023-03-03 | 1 | -0/+1 |
| | | |||||
| * | fix(go): apply indents in a communication case in a select statement | Amaan Qureshi | 2023-02-24 | 1 | -0/+1 |
| | | |||||
| * | feat(go): add folds for type switch and switch cases | Laytan Laats | 2023-02-19 | 1 | -0/+4 |
| | | |||||
| * | injections(go): inject regex into some regexp functions | Stephan Seitz | 2022-12-22 | 1 | -0/+12 |
| | | |||||
| * | highlights(go): add `@label` | Stephan Seitz | 2022-12-04 | 1 | -0/+2 |
| | | |||||
| * | add golang type definition highlight | Viorel Craescu | 2022-11-21 | 1 | -0/+1 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -4/+2 |
| | | |||||
| * | feat(spell): upstream spell queries from spellsitter | Lewis Russell | 2022-09-06 | 1 | -0/+8 |
| | | |||||
| * | indents(go): no indent at all composite_literal, indent at struct_type | Stephan Seitz | 2022-08-15 | 1 | -1/+1 |
| | | |||||
| * | injections(go): avoid running queries on all comments | Stephan Seitz | 2022-08-06 | 1 | -5/+0 |
| | | | | | | Fixes #3187 Fixes #3263 | ||||
| * | go folds.scm composit_literal | ray-x | 2022-08-05 | 1 | -0/+2 |
| | | |||||
| * | indents(go): improve `@branch` rules | Stephan Seitz | 2022-08-05 | 1 | -1/+2 |
| | | | | | | | | | - Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166 | ||||
| * | Split func/method definition from calls in Go highlighting queries | lfenzo | 2022-08-03 | 1 | -2/+2 |
| | | |||||
| * | add go1.18 any type | Viorel Craescu | 2022-07-10 | 1 | -0/+1 |
| | | |||||
| * | remove type definition | Viorel Craescu | 2022-07-09 | 1 | -1/+0 |
| | | |||||
| * | add type def highlight, add field declaration highlight and remove constant ↵ | Viorel Craescu | 2022-07-09 | 1 | -3/+2 |
| | | | | | highlight | ||||
| * | add method spec highlight and block folds (#3151) | Viorel Craescu | 2022-07-09 | 2 | -0/+4 |
| | | |||||
| * | fix(go): indent const declaration | kiyan | 2022-07-08 | 1 | -0/+2 |
| | | | | | https://github.com/nvim-treesitter/nvim-treesitter/issues/3104 | ||||
| * | Highlight named fields in struct literals | Pieter van Loon | 2022-07-08 | 1 | -0/+3 |
| | | |||||
| * | fix(go): reduce indent after },) | Akin Sowemimo | 2022-04-18 | 1 | -0/+5 |
| | | |||||
| * | Add c injection for cgo comments | kraftwerk28 | 2022-04-11 | 1 | -0/+5 |
| | | |||||
| * | indents(go): perform some changes as go fmt dictates | Stephan Seitz | 2022-02-05 | 1 | -4/+4 |
| | | |||||
| * | indents(go): fix aligned_indent for parameter_list | Stephan Seitz | 2022-02-05 | 1 | -2/+3 |
| | | |||||
| * | indents(go): remove `function_declaration` from indents | Stephan Seitz | 2022-02-05 | 1 | -2/+0 |
| | | |||||
| * | highlights(go): highlight `package_identifier` as `@namespace` (#2371) | Stephan Seitz | 2022-01-28 | 1 | -1/+1 |
| | | |||||
| * | highlights(go): highlights "~" | Stephan Seitz | 2022-01-09 | 1 | -0/+1 |
| | | | | | | Follow upstream change https://github.com/tree-sitter/tree-sitter-go/commit/beb36fc9be211046d43a165eb8d885bcde6004a1 | ||||
| * | Use `@keyword.function` consistently | Sergio Alejandro Vargas | 2021-07-06 | 1 | -1/+1 |
| | | |||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -3/+1 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -1/+4 |
| | | |||||
| * | highlights(go): modernize highlights.scm | Stephan Seitz | 2021-07-01 | 1 | -67/+106 |
| | | |||||
| * | Use #any-of? instead of #match? where posible | Joakker | 2021-06-25 | 1 | -2/+9 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * 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 | ||||
| * | locals(Go): add namespace definition for import_spec_list | Stephan Seitz | 2021-04-13 | 1 | -0/+4 |
| | | | | | | | | | | This would define `foo` ```go import ( foo "fmt" ) ``` | ||||
| * | highlights(go): Highlight const_declaration | Stephan Seitz | 2021-04-07 | 2 | -0/+7 |
| | | | | | Fixes #1157 | ||||
| * | go: add builtin types | Yuki Ito | 2021-03-19 | 1 | -0/+6 |
| | | |||||
| * | go: add builtin functions | Yuki Ito | 2021-03-16 | 1 | -0/+7 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+1 |
| | | | | Closes #236 | ||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 1 | -0/+2 |
| | | |||||
| * | fix: dedent golang case keyword | elianiva | 2021-01-20 | 1 | -0/+1 |
| | | |||||
| * | feat: add missing golang indent queries | elianiva | 2021-01-15 | 1 | -0/+4 |
| | | |||||
| * | feat: added more indent queries | elianiva | 2021-01-14 | 1 | -0/+17 |
| | | |||||
| * | go: Add package_identifier as variable | rockerBOO | 2020-12-10 | 1 | -0/+1 |
| | | |||||
| * | Add folds for Go | Claudia Hardman | 2020-10-31 | 1 | -0/+13 |
| | | | | | | The default behavior in which `@scope` captures were folded resulted in toplevel fold for an entire source file, which was mildly irritating. | ||||
| * | Remove textobjects module | Stephan Seitz | 2020-10-04 | 1 | -50/+0 |
| | | |||||
| * | Remove @definition.doc captures | Santos Gallegos | 2020-09-17 | 1 | -2/+0 |
| | | | | | | | These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file. | ||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 2 | -5/+5 |
| | | |||||
| * | go locals: remove unused strip! directive | Stephan Seitz | 2020-09-07 | 1 | -2/+0 |
| | | |||||
