1
1
original file
2
2
-----------------------------------
3
+ // @onlyOwnGrammar - As this has jsx
3
4
<Test
4
5
a=''
5
6
b_c='111'
@@ -9,6 +10,11 @@ original file
9
10
10
11
Grammar: TypeScriptReact.tmLanguage
11
12
-----------------------------------
13
+ >// @onlyOwnGrammar - As this has jsx
14
+ ^^
15
+ source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
16
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17
+ source.tsx comment.line.double-slash.tsx
12
18
><Test
13
19
^
14
20
source.tsx meta.tag.tsx punctuation.definition.tag.begin.tsx
@@ -51,53 +57,4 @@ Grammar: TypeScriptReact.tmLanguage
51
57
source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx
52
58
>/>
53
59
^^
54
- source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx
55
-
56
-
57
- Grammar: TypeScript.tmLanguage
58
- -----------------------------------
59
- ><Test
60
- ^
61
- source.ts keyword.operator.relational.ts
62
- ^^^^
63
- source.ts variable.other.readwrite.ts
64
- > a=''
65
- ^^^^
66
- source.ts
67
- ^
68
- source.ts variable.other.readwrite.ts
69
- ^
70
- source.ts keyword.operator.assignment.ts
71
- ^
72
- source.ts string.quoted.single.ts punctuation.definition.string.begin.ts
73
- ^
74
- source.ts string.quoted.single.ts punctuation.definition.string.end.ts
75
- > b_c='111'
76
- ^^^^
77
- source.ts
78
- ^^^
79
- source.ts variable.other.readwrite.ts
80
- ^
81
- source.ts keyword.operator.assignment.ts
82
- ^
83
- source.ts string.quoted.single.ts punctuation.definition.string.begin.ts
84
- ^^^
85
- source.ts string.quoted.single.ts
86
- ^
87
- source.ts string.quoted.single.ts punctuation.definition.string.end.ts
88
- > d=''
89
- ^^^^
90
- source.ts
91
- ^
92
- source.ts variable.other.readwrite.ts
93
- ^
94
- source.ts keyword.operator.assignment.ts
95
- ^
96
- source.ts string.quoted.single.ts punctuation.definition.string.begin.ts
97
- ^
98
- source.ts string.quoted.single.ts punctuation.definition.string.end.ts
99
- >/>
100
- ^
101
- source.ts keyword.operator.arithmetic.ts
102
- ^
103
- source.ts keyword.operator.relational.ts
60
+ source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx
0 commit comments