Add information_for_contributors to grammars

This commit is contained in:
Martin Aeschlimann
2017-05-25 12:26:41 +02:00
committed by Dirk Baeumer
parent a90342f431
commit f9084bb244
46 changed files with 277 additions and 89 deletions

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"
}
}