Files
rspade_system/node_modules/linguist-languages/data/HOCON.mjs
2025-12-03 21:28:08 +00:00

11 lines
220 B
JavaScript
Executable File

export default {
name: 'HOCON',
type: 'data',
aceMode: 'text',
extensions: ['.hocon'],
filenames: ['.scalafix.conf', '.scalafmt.conf'],
languageId: 679725279,
tmScope: 'source.hocon',
color: '#9ff8ee',
}