Update syntax.json

Close #44
Close #43
Fix Sass capitalisation
This commit is contained in:
Alastair Mooney
2021-04-14 09:10:09 +01:00
committed by GitHub
parent a47ebc7b65
commit 3c54581a06

View File

@@ -140,6 +140,22 @@
}
]
},
{
"language": "TypeScript",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Dart",
"markers": [
@@ -189,7 +205,23 @@
]
},
{
"language": "SASS",
"language": "Sass",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Less",
"markers": [
{
"type": "line",