Add SQL support

Closes #74
This commit is contained in:
alstr
2021-08-23 08:14:06 +01:00
parent 0db9bdffa1
commit 9e47839bca
2 changed files with 18 additions and 1 deletions

View File

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