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 0274532 commit b25bf68Copy full SHA for b25bf68
test/highlight/embedded.res
@@ -0,0 +1,15 @@
1
+// NOT AN AUTOMATED TEST.
2
+//
3
+// Looks like Tree-sitter test framework does not allow to test
4
+// for correct language embedding. So, this file is just a showcase
5
+// to observe results with eyes.
6
7
+// You should see comprehensive highlighting for constructs inside
8
+// strings. That is, they should not look like plain strings if
9
+// you have corresponding grammar installed.
10
+
11
+// :TSInstall javascript
12
+let inc = %raw(`function(x) {return x + 1;}`)
13
14
+// :TSInstall graphql
15
+let gql = %graphql(`{ hero { name } }`)
0 commit comments