Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 80ea950

Browse files
authored
Add support for rescript as an injected place
1 parent 652ab53 commit 80ea950

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"source.svelte",
6262
"source.sql",
6363
"source.css",
64+
"source.rescript",
6465
"text.html"
6566
],
6667
"scopeName": "inline.es6-css",
@@ -80,6 +81,7 @@
8081
"source.vue",
8182
"source.svelte",
8283
"source.sql",
84+
"source.rescript",
8385
"text.html"
8486
],
8587
"scopeName": "inline.es6-glsl",
@@ -99,6 +101,7 @@
99101
"source.vue",
100102
"source.svelte",
101103
"source.sql",
104+
"source.rescript",
102105
"text.html"
103106
],
104107
"scopeName": "inline.es6-xml",
@@ -118,6 +121,7 @@
118121
"source.vue",
119122
"source.svelte",
120123
"source.sql",
124+
"source.rescript",
121125
"text.html"
122126
],
123127
"scopeName": "inline.es6-js-injection",
@@ -150,6 +154,7 @@
150154
"source.vue",
151155
"source.svelte",
152156
"source.sql",
157+
"source.rescript",
153158
"text.html"
154159
],
155160
"scopeName": "inline.es6-sql",
@@ -169,6 +174,7 @@
169174
"source.vue",
170175
"source.svelte",
171176
"source.sql",
177+
"source.rescript",
172178
"text.html"
173179
],
174180
"scopeName": "inline.es6-javascript",

0 commit comments

Comments
 (0)