We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b776f70 commit 9c069b7Copy full SHA for 9c069b7
grammars/rescript.tmLanguage.json
@@ -484,6 +484,7 @@
484
},
485
"ffi": {
486
"name": "source.embedded.javascript",
487
+ "contentName": "meta.embedded.block.javascript",
488
"begin": "(%|%%)(raw|ffi)(\\()(`)",
489
"end": "(`)(\\))",
490
"beginCaptures": {
package.json
@@ -179,7 +179,10 @@
179
{
180
"language": "rescript",
181
"scopeName": "source.rescript",
182
- "path": "./grammars/rescript.tmLanguage.json"
+ "path": "./grammars/rescript.tmLanguage.json",
183
+ "embeddedLanguages": {
184
+ "meta.embedded.block.javascript": "javascript"
185
+ }
186
187
188
"scopeName": "markdown.rescript.codeblock",
0 commit comments