vscode/extensions/clojure/cgmanifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
561 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "atom/language-clojure",
"repositoryUrl": "https://github.com/atom/language-clojure",
2022-01-31 15:49:23 +00:00
"commitHash": "45bdb881501d0b8f8b707ca1d3fcc8b4b99fca03"
}
},
"license": "MIT",
2022-01-31 15:49:23 +00:00
"version": "0.22.8",
2018-11-15 16:43:46 +00:00
"description": "The file syntaxes/clojure.tmLanguage.json was derived from the Atom package https://github.com/atom/language-clojure which was originally converted from the TextMate bundle https://github.com/mmcgrana/textmate-clojure."
}
],
"version": 1
2018-12-12 16:25:07 +00:00
}