UNPKG

265 BJavaScriptView Raw
1module.exports = {
2 "name": "Just",
3 "type": "programming",
4 "aliases": [
5 "Justfile"
6 ],
7 "color": "#384d54",
8 "tmScope": "source.just",
9 "filenames": [
10 "JUSTFILE",
11 "Justfile",
12 "justfile"
13 ],
14 "aceMode": "text",
15 "languageId": 128447695
16}