Skip to content

Commit f3fb8b8

Browse files
committed
s/Cat/Cats/
1 parent d17849a commit f3fb8b8

File tree

4 files changed

+1917
-1911
lines changed

4 files changed

+1917
-1911
lines changed

grammar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ module.exports = grammar({
117117
// Media
118118
token('Logo'),
119119
token('Lena'),
120+
token('Cats'),
120121
token('Music'),
121122
token('Lorem'),
122123
// System
@@ -142,8 +143,6 @@ module.exports = grammar({
142143
token('People'),
143144
token('Hair'),
144145
token('Lorem'),
145-
// Iamage
146-
token('Cat'),
147146

148147
// End of other constants
149148
),

src/grammar.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,13 @@
768768
"value": "Lena"
769769
}
770770
},
771+
{
772+
"type": "TOKEN",
773+
"content": {
774+
"type": "STRING",
775+
"value": "Cats"
776+
}
777+
},
771778
{
772779
"type": "TOKEN",
773780
"content": {
@@ -928,13 +935,6 @@
928935
"type": "STRING",
929936
"value": "Lorem"
930937
}
931-
},
932-
{
933-
"type": "TOKEN",
934-
"content": {
935-
"type": "STRING",
936-
"value": "Cat"
937-
}
938938
}
939939
]
940940
},

src/node-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
"named": false
525525
},
526526
{
527-
"type": "Cat",
527+
"type": "Cats",
528528
"named": false
529529
},
530530
{

0 commit comments

Comments
 (0)