Add missing SQL comment highlighting in codefences
Was sketching out some DB stuff and noticed SQL comments weren't supported in QOwnNotes.
This PR enables the following SQL comment styles to be used:
```sql
CREATE TABLE table ();
-- single line comments
SELECT * FROM table;
/* multi-
line comments
*/
DELETE FROM table; /* strange usage of multiline comments */
```
It also prevents the use of `//` as they aren't supported in SQL
合并状态:未合并 关闭于 2025-02-02 5 条评论