feat(languages): rescript (#1616)

* Add rescript language support

* cargo xtask docgen

* Add textobjects & file line ending

* Fix text objects & rerun docgen

* Fix textobjects queries
This commit is contained in:
Jared Ramirez 2022-02-05 21:24:01 -08:00 committed by GitHub
parent 6c11708fb3
commit f5b95beef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 213 additions and 0 deletions

View file

@ -0,0 +1,8 @@
((comment) @injection.content
(#set! injection.language "comment"))
((raw_js) @injection.content
(#set! injection.language "javascript"))
((raw_gql) @injection.content
(#set! injection.language "graphql"))