UNPKG

214 BJavaScriptView Raw
1module.exports = {
2 "name": "Cypher",
3 "type": "programming",
4 "color": "#34c0eb",
5 "extensions": [
6 ".cyp",
7 ".cypher"
8 ],
9 "tmScope": "source.cypher",
10 "aceMode": "text",
11 "languageId": 850806976
12}