* Stop publishing JS grammar, fixes #464 * fix
This commit is contained in:
Родитель
53fc96ecda
Коммит
1664e8fa5b
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"name": "JavaScript (with React support)",
|
||||
"scopeName": "source.js",
|
||||
"name.$comment": "** Changed **",
|
||||
"name": "Mongo Scrapbooks (JavaScript)",
|
||||
"scopeName.$comment": "** Changed **",
|
||||
"scopeName": "source.mongo.js",
|
||||
"fileTypes.$comment": "** Changed from .js/.jsx **",
|
||||
"fileTypes": [
|
||||
".js",
|
||||
".jsx"
|
||||
".mongo"
|
||||
],
|
||||
"uuid": "805375ec-d614-41f5-8993-5843fe63ea82",
|
||||
"uuid.$comment": "** Changed **",
|
||||
"uuid": "311c363f-7b1d-4dc4-b237-da46f717cca4",
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#directives"
|
||||
|
@ -3707,4 +3710,4 @@
|
|||
}
|
||||
},
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/5c16c3ce4ede362f39fca054d7b25d85b25ecc68"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
<key>hideFromUser</key>
|
||||
<true/>
|
||||
<key>name</key>
|
||||
<string>Regular Expressions (JavaScript)</string>
|
||||
<!-- changed -->
|
||||
<string>Mongo Scrapbooks Regular Expressions (JavaScript)</string>
|
||||
<key>patterns</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
@ -230,8 +231,10 @@
|
|||
</dict>
|
||||
</dict>
|
||||
<key>scopeName</key>
|
||||
<string>source.js.regexp</string>
|
||||
<!-- changed -->
|
||||
<string>source.mongo.js.regexp</string>
|
||||
<key>uuid</key>
|
||||
<string>AC8679DE-3AC7-4056-84F9-69A7ADC29DDD</string>
|
||||
<!-- changed -->
|
||||
<string>c362a36f-6fd7-49c1-b7fb-90f53cdb7ee1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -93,11 +93,11 @@
|
|||
"grammars": [
|
||||
{
|
||||
"language": "mongo",
|
||||
"scopeName": "source.js",
|
||||
"scopeName": "source.mongo.js",
|
||||
"path": "./grammar/JavaScript.tmLanguage.json"
|
||||
},
|
||||
{
|
||||
"scopeName": "source.js.regexp",
|
||||
"scopeName": "source.mongo.js.regexp",
|
||||
"path": "./grammar/Regular Expressions (JavaScript).tmLanguage"
|
||||
}
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче