index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
zig
Age
Commit message (
Expand
)
Author
2021-10-21
Highlight zig add missing AssignOp
maxxnino
2021-09-20
Zig queries: highlight, fold and indent
maxxnino
2021-08-24
highlight(zig) highlight all caps is a constant
maxxnino
2021-08-23
highlight(zig): rework query
maxxnino
2021-08-12
highlights(zig): label, switch item, operator, punctuation, field property (#...
maxxnino
2021-08-11
Update new query and parser for zig
maxxnino
2021-08-04
highlights(zig): function return type, var decl type
maxxnino
2021-08-04
highlights(zig): highlight enum,union,error and custom number type
maxxnino
2021-07-08
highlights(zig): highlight true,false
Stephan Seitz
2021-07-05
highlights(zig): highlight `unreachable`
Stephan Seitz
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-07-04
highlights(zig): use `@string.escape` for escape sequences
Stephan Seitz
2021-06-10
Update zig highlights
Gregory Anders
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-02
improved zig grammar and queries
Himujjal
2021-04-02
fixed some errors
Himujjal
2021-03-30
Import highlights.scm from tree-sitter-zig
Stephan Seitz
2021-03-23
Added Zig grammar
Himujjal