We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca5d68 commit 14a539bCopy full SHA for 14a539b
view/tree2/class/match.ts
@@ -1,5 +1,5 @@
1
namespace $ {
2
- const class_regex = /^[$A-Z][$\w<>]+$/
+ const class_regex = /^[$A-Z][$\w<>\[\]()"'?|]+$/
3
4
export function $mol_view_tree2_class_match(klass?: $mol_tree2) {
5
if (! klass?.type) return false
0 commit comments