Skip to content

Commit

Permalink
Merge branch 'nvim-treesitter:master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
harryvederci authored Oct 10, 2023
2 parents 012ce7e + 97b9f0b commit 7d1bd4f
Show file tree
Hide file tree
Showing 3 changed files with 1,617 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Note: if you need support for Neovim 0.6.x please use the tag `compat/0.6`.
- [x] `haskell`
- [x] `html_tags`
- [x] `ini`
- [x] `janet` (using the "janet_simple" grammar)
- [x] `java`
- [x] `javascript`
- [x] `json`
Expand Down
7 changes: 7 additions & 0 deletions queries/janet_simple/context.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
([(par_arr_lit)
(sqr_arr_lit)
(struct_lit)
(tbl_lit)
(par_tup_lit)
(sqr_tup_lit)
] @context)
Loading

0 comments on commit 7d1bd4f

Please sign in to comment.