/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/grammar-selector/package.json
47 строк
1 KB
Benjamin Gray
Allow hiding duplicates + stable sort TS
17 фев 2019, 13:24
17 фев 2019, 13:24
8d4b9c2
Код
Авторство
О чём код?
{ "name": "grammar-selector", "version": "0.50.1", "main": "./lib/main", "description": "Select the grammar to use for the current editor with `ctrl-shift-L`.", "license": "MIT", "repository": "https://github.com/atom/atom", "engines": { "atom": "*" }, "dependencies": { "atom-select-list": "^0.7.0" }, "consumedServices": { "status-bar": { "versions": { "^1.0.0": "consumeStatusBar" } } }, "devDependencies": { "standard": "^10.0.3" }, "standard": { "globals": [ "atom", "beforeEach", "describe", "expect", "it", "jasmine", "spyOn" ] }, "configSchema": { "showOnRightSideOfStatusBar": { "type": "boolean", "default": true, "description": "Show the active pane item's language on the right side of Atom's status bar, instead of the left." }, "hideDuplicateTextMateGrammars": { "type": "boolean", "default": true, "description": "Hides the TextMate grammar when there is an existing Tree-sitter grammar" } } }