Add information_for_contributors to grammars

This commit is contained in:
Martin Aeschlimann 2017-05-25 12:26:41 +02:00
parent 567bbbc6ad
commit 6f274872ac
46 changed files with 277 additions and 89 deletions

View file

@ -5,7 +5,6 @@
const cp = require('child_process');
const npm = process.platform === 'win32' ? 'npm.cmd' : 'npm';
const integrationTests = process.platform === 'win32' ? '.\test-integration.bat' : './test-integration.sh';
function updateGrammar(location) {
const result = cp.spawnSync(npm, ['run', 'update-grammar'], {

View file

@ -88,11 +88,23 @@ exports.update = function (repoId, repoPath, dest, modifyGrammar) {
modifyGrammar(grammar);
}
return getCommitSha(repoId, repoPath).then(function (info) {
let result = {
information_for_contributors: [
'This file has been converted from https://github.com/' + repoId + '/blob/master/' + repoPath,
'If you want to provide a fix or improvement, please create a pull request against the original repository.',
'Once accepted there, we are happy to receive an update request.'
]
};
if (info) {
grammar.version = 'https://github.com/' + repoId + '/commit/' + info.commitSha;
result.version = 'https://github.com/' + repoId + '/commit/' + info.commitSha;
}
for (let key in grammar) {
result[key] = grammar[key];
}
try {
fs.writeFileSync(dest, JSON.stringify(grammar, null, '\t'));
fs.writeFileSync(dest, JSON.stringify(result, null, '\t'));
if (info) {
console.log('Updated ' + path.basename(dest) + ' to ' + repoId + '@' + info.commitSha.substr(0, 7) + ' (' + info.commitDate.substr(0, 10) + ')');
} else {

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-clojure/blob/master/grammars/clojure.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.clojure",
"fileTypes": [
"boot",
@ -440,6 +445,5 @@
}
]
}
},
"version": "https://github.com/atom/language-clojure/commit/70e83b27444da31d6367a0aa447a216836eafc05"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-coffee-script/blob/master/grammars/coffeescript.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.coffee",
"name": "CoffeeScript",
"fileTypes": [
@ -686,6 +691,5 @@
}
]
}
},
"version": "https://github.com/atom/language-coffee-script/commit/49c117b24096a369f92dfce180b61bd1f0425a29"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-c/blob/master/grammars/c%2B%2B.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.cpp",
"fileTypes": [
"cc",
@ -457,6 +462,5 @@
}
]
}
},
"version": "https://github.com/atom/language-c/commit/3a269f88b12e512fb9495dc006a1dabf325d3d7f"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-c/blob/master/grammars/c.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.c",
"fileTypes": [
"c",
@ -1950,6 +1955,5 @@
}
]
}
},
"version": "https://github.com/atom/language-c/commit/1d137279178d06e7f7500800ebc36155e130172e"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/dotnet/csharp-tmLanguage/blob/master/grammars/csharp.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "C#",
"scopeName": "source.cs",
"fileTypes": [
@ -4186,6 +4191,5 @@
}
}
}
},
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/4d0e50c51f336645c98689737db1be321d212d3d"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-css/blob/master/grammars/css.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.css",
"name": "CSS",
"fileTypes": [
@ -1796,6 +1801,5 @@
}
]
}
},
"version": "https://github.com/atom/language-css/commit/23dcdee3372050eb3f07374fbe9188884bd545d1"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/diff.tmbundle/blob/master/Syntaxes/Diff.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"patch",
"diff",
@ -158,6 +163,5 @@
}
],
"scopeName": "source.diff",
"uuid": "7E848FF4-708E-11D9-97B4-0011242E4184",
"version": "https://github.com/textmate/diff.tmbundle/commit/0593bb775eab1824af97ef2172fd38822abd97d7"
"uuid": "7E848FF4-708E-11D9-97B4-0011242E4184"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/moby/moby/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"Dockerfile"
],
@ -96,6 +101,5 @@
}
],
"scopeName": "source.dockerfile",
"uuid": "a39d8795-59d2-49af-aa00-fe74ee29576e",
"version": "https://github.com/moby/moby/commit/8523e9d108a0e98865673701a7bd0a7929c5260b"
"uuid": "a39d8795-59d2-49af-aa00-fe74ee29576e"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/ionide/ionide-fsgrammar/blob/master/grammar/fsharp.json",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "fsharp",
"scopeName": "source.fsharp",
"fileTypes": [
@ -456,6 +461,5 @@
}
]
}
},
"version": "https://github.com/ionide/ionide-fsgrammar/commit/f2e3c30f0ebfcc89fb78ad908701159f20516812"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/git.tmbundle/blob/master/Syntaxes/Git%20Commit%20Message.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"COMMIT_EDITMSG",
"MERGE_MSG"
@ -138,6 +143,5 @@
}
},
"scopeName": "text.git-commit",
"uuid": "BFE83C06-8508-44BE-A975-95A57BF619A7",
"version": "https://github.com/textmate/git.tmbundle/commit/93897a78c6e52bef13dadc0d4091d203c5facb40"
"uuid": "BFE83C06-8508-44BE-A975-95A57BF619A7"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/git.tmbundle/blob/master/Syntaxes/Git%20Rebase%20Message.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"git-rebase-todo"
],
@ -30,6 +35,5 @@
}
],
"scopeName": "text.git-rebase",
"uuid": "7F1CC209-5F6D-486A-8180-09FA282381A1",
"version": "https://github.com/textmate/git.tmbundle/commit/d1db42c2d71948662098183a6df519fb53a7a15b"
"uuid": "7F1CC209-5F6D-486A-8180-09FA282381A1"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-go/blob/master/grammars/go.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.go",
"name": "Go",
"comment": "Go language",
@ -624,6 +629,5 @@
}
]
}
},
"version": "https://github.com/atom/language-go/commit/c1fe618ccf2dcd17118c5600c49b1c539f26d5c5"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/groovy.tmbundle/blob/master/Syntaxes/Groovy.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"groovy",
"gvy"
@ -1381,6 +1386,5 @@
}
},
"scopeName": "source.groovy",
"uuid": "B3A64888-EBBB-4436-8D9E-F1169C5D7613",
"version": "https://github.com/textmate/groovy.tmbundle/commit/85d8f7c97ae473ccb9473f6c8d27e4ec957f4be1"
"uuid": "B3A64888-EBBB-4436-8D9E-F1169C5D7613"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/daaain/Handlebars/blob/master/grammars/Handlebars.json",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "Handlebars",
"repository": {
"html_tags": {
@ -849,6 +854,5 @@
"template",
"tmpl"
],
"uuid": "70E91676-DE0A-4266-A2B9-3AD2E535E484",
"version": "https://github.com/daaain/Handlebars/commit/4e8244410815da73f93375532939d48bd5a9bb93"
"uuid": "70E91676-DE0A-4266-A2B9-3AD2E535E484"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/tgjones/shaders-tmLanguage/blob/master/grammars/hlsl.json",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.hlsl",
"name": "HLSL",
"fileTypes": [
@ -213,6 +218,5 @@
}
]
}
],
"version": "https://github.com/tgjones/shaders-tmLanguage/commit/cd1ef40f549f9ce2b9e6b73498688de114a85382"
]
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/html.tmbundle/blob/master/Syntaxes/HTML.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"html",
"htm",
@ -742,6 +747,5 @@
}
},
"scopeName": "text.html.basic",
"uuid": "17994EC8-6B1D-11D9-AC3A-000D93589AF6",
"version": "https://github.com/textmate/html.tmbundle/commit/a723f08ebd49c67c22aca08dd8f17d0bf836ec93"
"uuid": "17994EC8-6B1D-11D9-AC3A-000D93589AF6"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/ini.tmbundle/blob/master/Syntaxes/Ini.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"ini",
"conf"
@ -109,6 +114,5 @@
}
],
"scopeName": "source.ini",
"uuid": "77DC23B6-8A90-11D9-BAA4-000A9584EC8C",
"version": "https://github.com/textmate/ini.tmbundle/commit/2af0cbb0704940f967152616f2f1ff0aae6287a6"
"uuid": "77DC23B6-8A90-11D9-BAA4-000A9584EC8C"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-java/blob/master/grammars/java.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.java",
"name": "Java",
"fileTypes": [
@ -1360,6 +1365,5 @@
}
]
}
},
"version": "https://github.com/atom/language-java/commit/0e0ec7966059e3e363868311b3d855014bca95dd"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/Microsoft/TypeScript-TmLanguage/blob/master/TypeScriptReact.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "JavaScript (with React support)",
"scopeName": "source.js",
"fileTypes": [
@ -4222,6 +4227,5 @@
}
]
}
},
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/8c967fe7553297bfad672b7417d78e357c8fe724"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-less/blob/master/grammars/less.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "Less",
"scopeName": "source.css.less",
"fileTypes": [
@ -540,6 +545,5 @@
"match": "\\b(abs|acos|alpha|argb|asin|atan|average|blue|calc|ceil|color|contrast|convert|convert|cos|darken|data-uri|desaturate|difference|e|escape|exclusion|extract|fade|fadein|fadeout|floor|format|green|greyscale|hardlight|hsl|hsla|hsv|hsva|hsvhue|hsvsaturation|hsvvalue|hue|length|lighten|lightness|luma|max|min|mix|mod|multiply|negation|overlay|percentage|pi|pow|red|replace|round|saturate|saturation|screen|sin|softlight|spin|sqrt|tan|unit)\\b",
"name": "support.function.any-method.builtin.less"
}
},
"version": "https://github.com/atom/language-less/commit/4661d870784f725599e438bf683553cc6cf0f4ed"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/lua.tmbundle/blob/master/Syntaxes/Lua.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"comment": "Lua Syntax: version 0.8",
"fileTypes": [
"lua",
@ -275,6 +280,5 @@
}
},
"scopeName": "source.lua",
"uuid": "93E017CC-6F27-11D9-90EB-000D93589AF7",
"version": "https://github.com/textmate/lua.tmbundle/commit/3a97f1b46804a3de99d4d2909e14450299462f2d"
"uuid": "93E017CC-6F27-11D9-90EB-000D93589AF7"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/make.tmbundle/blob/master/Syntaxes/Makefile.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"Makefile",
"makefile",
@ -470,6 +475,5 @@
}
},
"scopeName": "source.makefile",
"uuid": "FF1825E8-6B1C-11D9-B883-000D93589AF6",
"version": "https://github.com/textmate/make.tmbundle/commit/1a1827da81e20fdce56e2658451340c070ca44b7"
"uuid": "FF1825E8-6B1C-11D9-B883-000D93589AF6"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c++.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.objcpp",
"fileTypes": [
"mm",

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.objc",
"fileTypes": [
"m",
@ -993,6 +998,5 @@
}
]
}
},
"version": "https://github.com/atom/language-objective-c/commit/0727e04544f3414c1c339cf15a39a05ea3938cb4"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/perl.tmbundle/blob/master/Syntaxes/Perl.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"comment": "\n\tTODO:\tInclude RegExp syntax\n",
"fileTypes": [
"pl",
@ -2541,6 +2546,5 @@
}
},
"scopeName": "source.perl",
"uuid": "EDBFE125-6B1C-11D9-9189-000D93589AF6",
"version": "https://github.com/textmate/perl.tmbundle/commit/c0b7a4bd65882380522d82a60b536479a62b07c3"
"uuid": "EDBFE125-6B1C-11D9-9189-000D93589AF6"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/perl.tmbundle/blob/master/Syntaxes/Perl%206.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"p6",
"pl6",
@ -314,6 +319,5 @@
}
},
"scopeName": "source.perl.6",
"uuid": "E685440C-0E20-4424-9693-864D5240A269",
"version": "https://github.com/textmate/perl.tmbundle/commit/d9841a0878239fa43f88c640f8d458590f97e8f5"
"uuid": "E685440C-0E20-4424-9693-864D5240A269"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-php/blob/master/grammars/php.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "text.html.php",
"name": "PHP",
"fileTypes": [
@ -2974,6 +2979,5 @@
}
]
}
},
"version": "https://github.com/atom/language-php/commit/c523a19f849b97f6499eae6accf80564aa190c0e"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/davidrios/jade-tmbundle/blob/master/Syntaxes/Jade.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"jade"
],
@ -981,6 +986,5 @@
}
},
"scopeName": "text.jade",
"uuid": "eee6ba25-6ac2-4f7e-9c70-cddf2bd3448b",
"version": "https://github.com/davidrios/jade-tmbundle/commit/f311a516bb29296fcebfdc7da8149b1c79dfb0a1"
"uuid": "eee6ba25-6ac2-4f7e-9c70-cddf2bd3448b"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/MagicStack/MagicPython/blob/master/grammars/MagicPython.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "MagicPython",
"scopeName": "source.python",
"fileTypes": [
@ -5230,6 +5235,5 @@
}
]
}
},
"version": "https://github.com/MagicStack/MagicPython/commit/976e59dcb78cb577e79c8f2117216c06718337e0"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/MagicStack/MagicPython/blob/master/grammars/MagicRegExp.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "MagicRegExp",
"scopeName": "source.regexp.python",
"fileTypes": [
@ -460,6 +465,5 @@
}
]
}
},
"version": "https://github.com/MagicStack/MagicPython/commit/df5bb18c64252f2e7b1aa87e2ed124666d314f1d"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/r.tmbundle/blob/master/Syntaxes/R.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"R",
"r",
@ -199,6 +204,5 @@
}
],
"scopeName": "source.r",
"uuid": "B2E6B78D-6E70-11D9-A369-000D93B3A10E",
"version": "https://github.com/textmate/r.tmbundle/commit/6b04ff3424f3f1cdfe64a9cfb71d8765959be250"
"uuid": "B2E6B78D-6E70-11D9-A369-000D93B3A10E"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/demyte/language-cshtml/blob/master/grammars/cshtml.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "ASP.NET Razor",
"scopeName": "text.html.cshtml",
"fileTypes": [
@ -148,6 +153,5 @@
"end": "\\*@",
"name": "comment.block.cshtml"
}
},
"version": "https://github.com/demyte/language-cshtml/commit/a49735dc7aef56ae772a3bcfd8e42c89895dcff4"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/ruby.tmbundle/blob/master/Syntaxes/Ruby.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"comment": "\n\tTODO: unresolved issues\n\n\ttext:\n\t\"p <<end\n\tprint me!\n\tend\"\n\tsymptoms:\n\tnot recognized as a heredoc\n\tsolution:\n\tthere is no way to distinguish perfectly between the << operator and the start\n\tof a heredoc. Currently, we require assignment to recognize a heredoc. More\n\trefinement is possible.\n\t• Heredocs with indented terminators (<<-) are always distinguishable, however.\n\t• Nested heredocs are not really supportable at present\n\n\ttext:\n\tprint <<-'THERE' \n\tThis is single quoted. \n\tThe above used #{Time.now} \n\tTHERE \n\tsymtoms:\n\tFrom Programming Ruby p306; should be a non-interpolated heredoc.\n\t\n text:\n val?(a):p(b)\n val?'a':'b'\n symptoms:\n ':p' is recognized as a symbol.. its 2 things ':' and 'p'.\n :'b' has same problem.\n solution:\n ternary operator rule, precedence stuff, symbol rule.\n but also consider 'a.b?(:c)' ??\n",
"fileTypes": [
"rb",
@ -2723,6 +2728,5 @@
}
},
"scopeName": "source.ruby",
"uuid": "E00B62AC-6B1C-11D9-9B1F-000D93589AF6",
"version": "https://github.com/textmate/ruby.tmbundle/commit/f0ab9fb24f32372d3e4054f33e8c243d810c7260"
"uuid": "E00B62AC-6B1C-11D9-9B1F-000D93589AF6"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/zargony/atom-language-rust/blob/master/grammars/rust.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "Rust",
"scopeName": "source.rust",
"fileTypes": [
@ -643,6 +648,5 @@
}
]
}
],
"version": "https://github.com/zargony/atom-language-rust/commit/c24ef01b9f989f1262c9e70fe13b314b8e646ed0"
]
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-sass/blob/master/grammars/scss.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.css.scss",
"name": "SCSS",
"fileTypes": [
@ -1674,6 +1679,5 @@
"match": "(\\$|\\-\\-)[A-Za-z0-9_-]+\\b",
"name": "variable.scss"
}
},
"version": "https://github.com/atom/language-sass/commit/8b8b7b52655ab5cf4dbe597443abe4b078bb6953"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/tgjones/shaders-tmLanguage/blob/master/grammars/shaderlab.json",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.shaderlab",
"name": "ShaderLab",
"fileTypes": [
@ -197,6 +202,5 @@
}
]
}
},
"version": "https://github.com/tgjones/shaders-tmLanguage/commit/a6ee9f41e4b99812c6698462cae4868c80f82a3b"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/shellscript.tmbundle/blob/master/Syntaxes/Shell-Unix-Bash.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"sh",
"bash",
@ -1237,6 +1242,5 @@
}
},
"scopeName": "source.shell",
"uuid": "DDEEA3ED-6B1C-11D9-8B10-000D93589AF6",
"version": "https://github.com/textmate/shellscript.tmbundle/commit/ba95d7b742caef130911d878f42f66bdd80181e4"
"uuid": "DDEEA3ED-6B1C-11D9-8B10-000D93589AF6"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/freebroccolo/atom-language-swift/blob/master/grammars/swift.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "source.swift",
"fileTypes": [
"swift"
@ -212,6 +217,5 @@
"whitespace": {
"match": "(?x) [ \\u0020 (?# space) \\u000A (?# line-feed) \\u000D (?# carriage-return) \\u0009 (?# horizontal-tab) \\u000B (?# vertical-tab) \\u000C (?# form-feed) \\u0000 (?# null) ]"
}
},
"version": "https://github.com/freebroccolo/atom-language-swift/commit/fb7c93e0174dea69c8685c00deeb53d480d1d202"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/Microsoft/TypeScript-TmLanguage/blob/master/TypeScript.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "TypeScript",
"scopeName": "source.ts",
"fileTypes": [
@ -3957,6 +3962,5 @@
}
]
}
},
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/8c967fe7553297bfad672b7417d78e357c8fe724"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/Microsoft/TypeScript-TmLanguage/blob/master/TypeScriptReact.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"name": "TypeScriptReact",
"scopeName": "source.tsx",
"fileTypes": [
@ -4219,6 +4224,5 @@
}
]
}
},
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/8c967fe7553297bfad672b7417d78e357c8fe724"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/asp.vb.net.tmbundle/blob/master/Syntaxes/ASP%20VB.net.plist",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"comment": "Modified from the original ASP bundle. Originally modified by Thomas Aylott subtleGradient.com",
"fileTypes": [
"vb"
@ -233,6 +238,5 @@
}
},
"scopeName": "source.asp.vb.net",
"uuid": "7F9C9343-D48E-4E7D-BFE8-F680714DCD3E",
"version": "https://github.com/textmate/asp.vb.net.tmbundle/commit/72d44550b3286d0382d7be0624140cf97857ff69"
"uuid": "7F9C9343-D48E-4E7D-BFE8-F680714DCD3E"
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-xml/blob/master/grammars/xml.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "text.xml",
"name": "XML",
"fileTypes": [
@ -433,6 +438,5 @@
"end": "--%?>",
"name": "comment.block.xml"
}
},
"version": "https://github.com/atom/language-xml/commit/ac6bc8ef6a9c79ac3c7e31615bc18436b0c815ab"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-xml/blob/master/grammars/xsl.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"scopeName": "text.xml.xsl",
"name": "XSL",
"fileTypes": [
@ -88,6 +93,5 @@
},
"name": "string.quoted.single.xml"
}
},
"version": "https://github.com/atom/language-xml/commit/507de2ee7daca60cf02e9e21fbeb92bbae73e280"
}
}

View file

@ -1,4 +1,9 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/textmate/yaml.tmbundle/blob/master/Syntaxes/YAML.tmLanguage",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"fileTypes": [
"yaml",
"yml",
@ -624,6 +629,5 @@
}
},
"scopeName": "source.yaml",
"uuid": "686AD6AE-33F3-4493-9512-9E9FC1D5417F",
"version": "https://github.com/textmate/yaml.tmbundle/commit/efc96efafe5e48480cf55a2ed124b388cbea4440"
"uuid": "686AD6AE-33F3-4493-9512-9E9FC1D5417F"
}