We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9609653 commit 779c402Copy full SHA for 779c402
language-support/qute/qute.tmLanguage.json
@@ -42,7 +42,7 @@
42
},
43
"section_start_tag": {
44
"begin": "({)(#)(else\\sif|\\w+(\\.\\w+)*)",
45
- "end": "(\\/)?((?<![\\s\\\\])})",
+ "end": "(\\/)?((?<![\\\\])})",
46
"beginCaptures": {
47
"1": {
48
"name": "support.constant.handlebars"
@@ -70,7 +70,7 @@
70
71
"section_end_tag": {
72
"begin": "({)(\\/)(\\w+(\\.\\w+)*)?\\s*",
73
- "end": "((?<![\\s\\\\])})",
+ "end": "((?<![\\\\])})",
74
75
76
@@ -94,7 +94,7 @@
94
95
"expression": {
96
"begin": "((?<!\\\\){)(?![\\s!#@\\/])",
97
98
99
100
0 commit comments