Skip to content

Commit 4b41029

Browse files
authored
fix: use better JSP grammar file and add licensing information (#1102)
1 parent 6273c01 commit 4b41029

File tree

5 files changed

+76
-1173
lines changed

5 files changed

+76
-1173
lines changed

src/Resources/Grammars/haxe.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"information_for_contributors": [
33
"This file has been copied from https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/haxe.tmLanguage",
4-
"and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage"
4+
"and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage",
5+
"The original file was licensed under the MIT License",
6+
"https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/LICENSE.md"
57
],
68
"fileTypes": [
79
"hx",
@@ -2485,4 +2487,4 @@
24852487
"name": "variable.other.hx"
24862488
}
24872489
}
2488-
}
2490+
}

src/Resources/Grammars/hxml.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"information_for_contributors": [
33
"This file has been copied from https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/hxml.tmLanguage",
4-
"and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage"
4+
"and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage",
5+
"The original file was licensed under the MIT License",
6+
"https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/LICENSE.md"
57
],
68
"fileTypes": [
79
"hxml"
@@ -67,4 +69,4 @@
6769
],
6870
"scopeName": "source.hxml",
6971
"uuid": "CB1B853A-C4C8-42C3-BA70-1B1605BE51C1"
70-
}
72+
}

0 commit comments

Comments
 (0)