Skip to content

Commit c8c9cd6

Browse files
authored
feat(stylus): update Stylus grammar (#7)
1 parent 7e9c936 commit c8c9cd6

File tree

3 files changed

+1211
-250
lines changed

3 files changed

+1211
-250
lines changed

grammars/grammars.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,15 @@
351351
{
352352
"language": "stylus",
353353
"scopeName": "source.stylus",
354-
"extensions": [".stylus"],
355-
"grammar": "Stylus.tmLanguage"
354+
"extensions": [".stylus", ".styl"],
355+
"configuration": {
356+
"base": "stylus",
357+
"file": "language-configuration.json"
358+
},
359+
"grammar": {
360+
"base": "stylus",
361+
"file": "stylus.tmLanguage.json"
362+
}
356363
},
357364
{
358365
"language": "shellscript",

grammars/stylus/syntaxes/Stylus.tmLanguage

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)