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 e497604 commit f17546fCopy full SHA for f17546f
extension.js
@@ -38,7 +38,14 @@ function activate(context) {
38
"stroke-w": "strokeW",
39
"<!--": "{/*",
40
"-->": "*/}",
41
- tabindex: "tabIndex",
+ "tabindex": "tabIndex",
42
+ "colspan": "colSpan:,
43
+ "rowspan": "rowSpan:,
44
+ "aria-*": "aria-*",
45
+ "data-*": "data-*",
46
+ "onclick": "onClick",
47
+ "onchange": "onChange",
48
+ "onblur": "onBlur",
49
};
50
51
var formattedText = replaceAll(text, mapObj);
0 commit comments