Skip to content

Commit cb8e942

Browse files
committed
Add suport to auto-close curly brace before '<'
Signed-off-by: Jessica He <jhe@redhat.com>
1 parent 5595892 commit cb8e942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language-support/qute/language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
{ "open": "\"", "close": "\"" },
1717
{ "open": "{!", "close": "!", "notIn": [ "comment", "string" ]}
1818
],
19+
"autoCloseBefore": ";:.,=}])<> \n\t",
1920
"surroundingPairs": [
2021
{ "open": "'", "close": "'" },
2122
{ "open": "\"", "close": "\"" },
@@ -30,4 +31,4 @@
3031
"end": "^\\s*{!\\s*#endregion\\b.*!}"
3132
}
3233
}
33-
}
34+
}

0 commit comments

Comments
 (0)