Skip to content

Commit 32cb0db

Browse files
committed
fix ci and remove comments
1 parent fa50d4b commit 32cb0db

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

test/highlight/embedded.res

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
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
121
let inc = %raw(`function(x) {return x + 1;}`)
2+
// ^ keyword
3+
// ^ string
134

14-
// :TSInstall graphql
155
let gql = %graphql(`{ hero { name } }`)
6+
// ^ string
167

17-
// :TSInstall regex
188
let re = %re(`^[A-Z][a-z0-9]*$`)
9+
// ^ string

0 commit comments

Comments
 (0)