Files
2025-12-03 21:28:08 +00:00

14 lines
325 B
JavaScript
Executable File

export default {
name: 'Groovy',
type: 'programming',
aceMode: 'groovy',
extensions: ['.groovy', '.grt', '.gtpl', '.gvy'],
filenames: ['Jenkinsfile'],
languageId: 142,
tmScope: 'source.groovy',
codemirrorMode: 'groovy',
codemirrorMimeType: 'text/x-groovy',
color: '#4298b8',
interpreters: ['groovy'],
}