UNPKG

251 BJavaScriptView Raw
1export default {
2 "name": "Gherkin",
3 "type": "programming",
4 "extensions": [
5 ".feature",
6 ".story"
7 ],
8 "tmScope": "text.gherkin.feature",
9 "aliases": [
10 "cucumber"
11 ],
12 "aceMode": "text",
13 "color": "#5B2063",
14 "languageId": 76
15}