UNPKG

257 BJavaScriptView Raw
1module.exports = {
2 "name": "HOCON",
3 "type": "data",
4 "color": "#9ff8ee",
5 "extensions": [
6 ".hocon"
7 ],
8 "filenames": [
9 ".scalafix.conf",
10 ".scalafmt.conf"
11 ],
12 "tmScope": "source.hocon",
13 "aceMode": "text",
14 "languageId": 679725279
15}