| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | highlight(zig) highlight all caps is a constant | maxxnino | 2021-09-17 | 1 | -1/+10 |
| | | | | | | * in some context, like translate c macro * which is use all CAPS for define constant | ||||
| * | highlight(zig): rework query | maxxnino | 2021-09-17 | 3 | -101/+47 |
| | | | | | | | * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string | ||||
| * | highlights(zig): label, switch item, operator, punctuation, field property ↵ | maxxnino | 2021-09-17 | 1 | -8/+26 |
| | | | | | | (#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com> | ||||
| * | Update new query and parser for zig | maxxnino | 2021-09-17 | 5 | -222/+218 |
| | | |||||
| * | highlights(zig): function return type, var decl type | maxxnino | 2021-09-17 | 1 | -1/+14 |
| | | |||||
| * | highlights(zig): highlight enum,union,error and custom number type | maxxnino | 2021-09-17 | 1 | -2/+9 |
| | | | | | | | | | * highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant | ||||
| * | highlights(zig): highlight true,false | Stephan Seitz | 2021-07-08 | 1 | -2/+5 |
| | | |||||
| * | highlights(zig): highlight `unreachable` | Stephan Seitz | 2021-07-05 | 1 | -0/+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(zig): use `@string.escape` for escape sequences | Stephan Seitz | 2021-07-04 | 1 | -1/+1 |
| | | |||||
| * | Update zig highlights | Gregory Anders | 2021-06-10 | 1 | -1/+7 |
| | | | | | | | Highlight the built-in `@import` function with the TSInclude highlight group. Also highlight character literals using TSCharacter instead of TSNumber. | ||||
| * | 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 | ||||
| * | improved zig grammar and queries | Himujjal | 2021-04-02 | 1 | -1/+1 |
| | | |||||
| * | fixed some errors | Himujjal | 2021-04-02 | 5 | -11/+15 |
| | | |||||
| * | Import highlights.scm from tree-sitter-zig | Stephan Seitz | 2021-03-30 | 1 | -10/+19 |
| | | |||||
| * | Added Zig grammar | Himujjal | 2021-03-23 | 4 | -0/+253 |
