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 b25bf68 commit fa50d4bCopy full SHA for fa50d4b
test/highlight/embedded.res
@@ -13,3 +13,6 @@ let inc = %raw(`function(x) {return x + 1;}`)
13
14
// :TSInstall graphql
15
let gql = %graphql(`{ hero { name } }`)
16
+
17
+// :TSInstall regex
18
+let re = %re(`^[A-Z][a-z0-9]*$`)
0 commit comments