Remove empty newliines

This commit is contained in:
Andrew Eisenberg
2025-01-20 09:49:31 -08:00
committed by GitHub
parent 7086d1b707
commit a6266bbcc8

View File

@@ -675,9 +675,6 @@
"begin": "(?x)(?<=/\\*\\*)([^*]|\\*(?!/))*$",
"while": "(?x)(^|\\G)\\s*([^*]|\\*(?!/))(?=([^*]|[*](?!/))*$)",
"patterns": [
{
"match": "(?x)\\G\\s* (@\\S+)",
"name": "keyword.tag.ql"