Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7a6ae90

Browse files
committed
Enable stylus mode
1 parent 015400e commit 7a6ae90

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/language/languages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"lineComment": ["//"]
3434
},
3535

36+
"stylus": {
37+
"name": "Stylus",
38+
"mode": ["stylus", "text/x-styl"],
39+
"fileExtensions": ["styl"],
40+
"blockComment": ["/*", "*/"],
41+
"lineComment": ["//"]
42+
},
43+
3644
"html": {
3745
"name": "HTML",
3846
"mode": ["htmlmixed", "text/x-brackets-html"],

0 commit comments

Comments
 (0)