fix: use better JSP grammar file and add licensing information (#1102)

This commit is contained in:
Gadfly 2025-03-17 11:31:50 +08:00 committed by GitHub
parent 6273c01d71
commit 4b41029768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 76 additions and 1173 deletions

View file

@ -1,7 +1,9 @@
{ {
"information_for_contributors": [ "information_for_contributors": [
"This file has been copied from https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/haxe.tmLanguage", "This file has been copied from https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/haxe.tmLanguage",
"and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage" "and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage",
"The original file was licensed under the MIT License",
"https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/LICENSE.md"
], ],
"fileTypes": [ "fileTypes": [
"hx", "hx",
@ -2485,4 +2487,4 @@
"name": "variable.other.hx" "name": "variable.other.hx"
} }
} }
} }

View file

@ -1,7 +1,9 @@
{ {
"information_for_contributors": [ "information_for_contributors": [
"This file has been copied from https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/hxml.tmLanguage", "This file has been copied from https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/hxml.tmLanguage",
"and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage" "and converted to JSON using https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage",
"The original file was licensed under the MIT License",
"https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/LICENSE.md"
], ],
"fileTypes": [ "fileTypes": [
"hxml" "hxml"
@ -67,4 +69,4 @@
], ],
"scopeName": "source.hxml", "scopeName": "source.hxml",
"uuid": "CB1B853A-C4C8-42C3-BA70-1B1605BE51C1" "uuid": "CB1B853A-C4C8-42C3-BA70-1B1605BE51C1"
} }

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,8 @@
{ {
"information_for_contributors": [ "information_for_contributors": [
"This file has been copied from https://github.com/eclipse/buildship/blob/6bb773e7692f913dec27105129ebe388de34e68b/org.eclipse.buildship.kotlindsl.provider/kotlin.tmLanguage.json" "This file has been copied from https://github.com/eclipse/buildship/blob/6bb773e7692f913dec27105129ebe388de34e68b/org.eclipse.buildship.kotlindsl.provider/kotlin.tmLanguage.json",
"The original file was licensed under the Eclipse Public License, Version 1.0",
"https://github.com/eclipse-buildship/buildship/blob/6bb773e7692f913dec27105129ebe388de34e68b/README.md"
], ],
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "Kotlin", "name": "Kotlin",
@ -698,4 +700,4 @@
"name": "variable.language.this.kotlin" "name": "variable.language.this.kotlin"
} }
} }
} }

View file

@ -3,7 +3,10 @@
"scopeName": "source.toml", "scopeName": "source.toml",
"uuid": "8b4e5008-c50d-11ea-a91b-54ee75aeeb97", "uuid": "8b4e5008-c50d-11ea-a91b-54ee75aeeb97",
"information_for_contributors": [ "information_for_contributors": [
"Originally was maintained by aster (galaster@foxmail.com). This notice is only kept here for the record, please don't send e-mails about bugs and other issues." "Originally was maintained by aster (galaster@foxmail.com). This notice is only kept here for the record, please don't send e-mails about bugs and other issues.",
"This file has been copied from https://github.com/kkiyama117/coc-toml/blob/main/toml.tmLanguage.json",
"The original file was licensed under the MIT License",
"https://github.com/kkiyama117/coc-toml/blob/main/LICENSE"
], ],
"patterns": [ "patterns": [
{ {