File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
original file
2
2
-----------------------------------
3
- // @onlyOwnGrammar - As this has jsx
3
+ // @onlyOwnGrammar - As this has jsx
4
4
let root: React.ReactElement<{}>;
5
5
let page: PageName;
6
6
if (isViaPage) {
@@ -11,7 +11,7 @@ if (isViaPage) {
11
11
12
12
Grammar: TypeScriptReact.tmLanguage
13
13
-----------------------------------
14
- >// @onlyOwnGrammar - As this has jsx
14
+ >// @onlyOwnGrammar - As this has jsx
15
15
^^
16
16
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
17
17
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -301,4 +301,4 @@ Grammar: TypeScript.tmLanguage
301
301
^^^^^^^^
302
302
source.ts comment.block.ts
303
303
^^
304
- source.ts comment.block.ts punctuation.definition.comment.ts
304
+ source.ts comment.block.ts punctuation.definition.comment.ts
Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ Grammar: TypeScript.tmLanguage
67
67
source.ts meta.block.ts
68
68
>}
69
69
^
70
- source.ts meta.block.ts punctuation.definition.block.ts
70
+ source.ts meta.block.ts punctuation.definition.block.ts
Original file line number Diff line number Diff line change @@ -141,4 +141,4 @@ Grammar: TypeScript.tmLanguage
141
141
source.ts meta.block.ts
142
142
>}
143
143
^
144
- source.ts meta.block.ts punctuation.definition.block.ts
144
+ source.ts meta.block.ts punctuation.definition.block.ts
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ Grammar: TypeScript.tmLanguage
93
93
source.ts meta.block.ts
94
94
>}
95
95
^
96
- source.ts meta.block.ts punctuation.definition.block.ts
96
+ source.ts meta.block.ts punctuation.definition.block.ts
Original file line number Diff line number Diff line change 1
1
original file
2
2
-----------------------------------
3
- // @onlyOwnGrammar - As this has jsx
3
+ // @onlyOwnGrammar - As this has jsx
4
4
const test = (true) ? <p>Broken Color</p> : <p>Also Broken Color</p>
5
5
-----------------------------------
6
6
7
7
Grammar: TypeScriptReact.tmLanguage
8
8
-----------------------------------
9
- >// @onlyOwnGrammar - As this has jsx
9
+ >// @onlyOwnGrammar - As this has jsx
10
10
^^
11
11
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
12
12
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -205,4 +205,4 @@ Grammar: TypeScript.tmLanguage
205
205
source.ts meta.block.ts
206
206
>}
207
207
^
208
- source.ts meta.block.ts punctuation.definition.block.ts
208
+ source.ts meta.block.ts punctuation.definition.block.ts
Original file line number Diff line number Diff line change 1
1
original file
2
2
-----------------------------------
3
- // @onlyOwnGrammar - As this has type assertion
3
+ // @onlyOwnGrammar - As this has type assertion
4
4
// trailing part of some real code...
5
5
6
6
null, <{[key]: () => any}> null
@@ -18,7 +18,7 @@ function foo() { }
18
18
19
19
Grammar: TypeScript.tmLanguage
20
20
-----------------------------------
21
- >// @onlyOwnGrammar - As this has type assertion
21
+ >// @onlyOwnGrammar - As this has type assertion
22
22
^^
23
23
source.ts comment.line.double-slash.ts punctuation.definition.comment.ts
24
24
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 1
1
original file
2
2
-----------------------------------
3
- // @onlyOwnGrammar - As this has jsx
3
+ // @onlyOwnGrammar - As this has jsx
4
4
function foo() {
5
5
return (
6
6
<div className="panel panel-default">
@@ -15,7 +15,7 @@ function foo() {
15
15
16
16
Grammar: TypeScriptReact.tmLanguage
17
17
-----------------------------------
18
- >// @onlyOwnGrammar - As this has jsx
18
+ >// @onlyOwnGrammar - As this has jsx
19
19
^^
20
20
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
21
21
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments