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

12 lines
245 B
JavaScript
Executable File

module.exports = {
name: 'LookML',
type: 'programming',
aceMode: 'yaml',
extensions: ['.lkml', '.lookml'],
languageId: 211,
tmScope: 'source.yaml',
codemirrorMode: 'yaml',
codemirrorMimeType: 'text/x-yaml',
color: '#652B81',
}