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

13 lines
290 B
JavaScript
Executable File

module.exports = {
name: 'Gherkin',
type: 'programming',
aceMode: 'gherkin',
extensions: ['.feature', '.story'],
languageId: 76,
tmScope: 'text.gherkin.feature',
aliases: ['cucumber'],
codemirrorMode: 'gherkin',
codemirrorMimeType: 'text/x-feature',
color: '#5B2063',
}