refactor: removed redundant marker definitions for Sass

This commit is contained in:
Jonathan Karr 2022-01-19 10:01:18 -05:00
parent 157201826d
commit f1a821c2ac
No known key found for this signature in database
GPG Key ID: EC21429F4FA0ACF5

View File

@ -565,21 +565,5 @@
} }
} }
] ]
},
{
"language": "Sass",
"markers" : [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
} }
] ]