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

Commit

Permalink
Merge pull request #11234 from sprintr/cm-stylus
Browse files Browse the repository at this point in the history
Enable stylus support
  • Loading branch information
abose committed Jun 9, 2015
2 parents dc5ec7f + 7a6ae90 commit 7a3d155
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"lineComment": ["//"]
},

"stylus": {
"name": "Stylus",
"mode": ["stylus", "text/x-styl"],
"fileExtensions": ["styl"],
"blockComment": ["/*", "*/"],
"lineComment": ["//"]
},

"html": {
"name": "HTML",
"mode": ["htmlmixed", "text/x-brackets-html"],
Expand Down

0 comments on commit 7a3d155

Please sign in to comment.