Add Janet support. (#341)

* Add Janet support.

* Add Janet test. Add Janet to readme language list.

* Rename test.janet to test/test.janet
This commit is contained in:
harryvederci 2023-10-09 18:54:25 +01:00 committed by GitHub
parent 2095f231df
commit 97b9f0ba8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1617 additions and 0 deletions

View file

@ -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`

View file

@ -0,0 +1,7 @@
([(par_arr_lit)
(sqr_arr_lit)
(struct_lit)
(tbl_lit)
(par_tup_lit)
(sqr_tup_lit)
] @context)

1609
test/test.janet Normal file

File diff suppressed because it is too large Load diff