File tree 9 files changed +4445
-65
lines changed
9 files changed +4445
-65
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @code-hike/lighter " : patch
3
+ ---
4
+
5
+ Update grammars
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ const aliasOrIdToScope = {
457
457
md: "text.html.markdown",
458
458
marko: "text.marko",
459
459
matlab: "source.matlab",
460
- mdx: "text.html.markdown.jsx ",
460
+ mdx: "source.mdx ",
461
461
mermaid: "source.mermaid",
462
462
nginx: "source.nginx",
463
463
nim: "source.nim",
@@ -1292,7 +1292,6 @@ const scopeToLanguageData = {
1292
1292
"source.ini",
1293
1293
"text.html.basic",
1294
1294
"source.css",
1295
- "source.applescript",
1296
1295
],
1297
1296
},
1298
1297
"text.marko": {
@@ -1310,7 +1309,7 @@ const scopeToLanguageData = {
1310
1309
path: "matlab.tmLanguage.json",
1311
1310
embeddedScopes: [],
1312
1311
},
1313
- "text.html.markdown.jsx ": {
1312
+ "source.mdx ": {
1314
1313
id: "mdx",
1315
1314
path: "mdx.tmLanguage.json",
1316
1315
embeddedScopes: [
@@ -1328,7 +1327,6 @@ const scopeToLanguageData = {
1328
1327
"source.dart",
1329
1328
"source.fsharp",
1330
1329
"source.cs",
1331
- "source.tsx",
1332
1330
"source.ts",
1333
1331
"source.shell",
1334
1332
"source.scala",
@@ -1356,7 +1354,6 @@ const scopeToLanguageData = {
1356
1354
"source.coffee",
1357
1355
"source.clojure",
1358
1356
"source.batchfile",
1359
- "source.yaml",
1360
1357
"text.xml.xsl",
1361
1358
"text.xml",
1362
1359
"source.asp.vb.net",
@@ -1371,9 +1368,10 @@ const scopeToLanguageData = {
1371
1368
"source.ini",
1372
1369
"text.html.basic",
1373
1370
"source.css",
1371
+ "source.tsx",
1372
+ "source.yaml",
1374
1373
"text.html.markdown",
1375
1374
"source.js.jsx",
1376
- "source.applescript",
1377
1375
],
1378
1376
},
1379
1377
"source.mermaid": {
Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ const aliasOrIdToScope = {
803
803
md: "text.html.markdown",
804
804
marko: "text.marko",
805
805
matlab: "source.matlab",
806
- mdx: "text.html.markdown.jsx ",
806
+ mdx: "source.mdx ",
807
807
mermaid: "source.mermaid",
808
808
nginx: "source.nginx",
809
809
nim: "source.nim",
@@ -1638,7 +1638,6 @@ const scopeToLanguageData = {
1638
1638
"source.ini",
1639
1639
"text.html.basic",
1640
1640
"source.css",
1641
- "source.applescript",
1642
1641
],
1643
1642
},
1644
1643
"text.marko": {
@@ -1656,7 +1655,7 @@ const scopeToLanguageData = {
1656
1655
path: "matlab.tmLanguage.json",
1657
1656
embeddedScopes: [],
1658
1657
},
1659
- "text.html.markdown.jsx ": {
1658
+ "source.mdx ": {
1660
1659
id: "mdx",
1661
1660
path: "mdx.tmLanguage.json",
1662
1661
embeddedScopes: [
@@ -1674,7 +1673,6 @@ const scopeToLanguageData = {
1674
1673
"source.dart",
1675
1674
"source.fsharp",
1676
1675
"source.cs",
1677
- "source.tsx",
1678
1676
"source.ts",
1679
1677
"source.shell",
1680
1678
"source.scala",
@@ -1702,7 +1700,6 @@ const scopeToLanguageData = {
1702
1700
"source.coffee",
1703
1701
"source.clojure",
1704
1702
"source.batchfile",
1705
- "source.yaml",
1706
1703
"text.xml.xsl",
1707
1704
"text.xml",
1708
1705
"source.asp.vb.net",
@@ -1717,9 +1714,10 @@ const scopeToLanguageData = {
1717
1714
"source.ini",
1718
1715
"text.html.basic",
1719
1716
"source.css",
1717
+ "source.tsx",
1718
+ "source.yaml",
1720
1719
"text.html.markdown",
1721
1720
"source.js.jsx",
1722
- "source.applescript",
1723
1721
],
1724
1722
},
1725
1723
"source.mermaid": {
You can’t perform that action at this time.
0 commit comments