Skip to content

Commit 20e1d4e

Browse files
authored
Merge pull request #4 from Kanai2003/patch-1
Update mapObj
2 parents e497604 + f17546f commit 20e1d4e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

extension.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ function activate(context) {
3838
"stroke-w": "strokeW",
3939
"<!--": "{/*",
4040
"-->": "*/}",
41-
tabindex: "tabIndex",
41+
"tabindex": "tabIndex",
42+
"colspan": "colSpan:,
43+
"rowspan": "rowSpan:,
44+
"aria-*": "aria-*",
45+
"data-*": "data-*",
46+
"onclick": "onClick",
47+
"onchange": "onChange",
48+
"onblur": "onBlur",
4249
};
4350

4451
var formattedText = replaceAll(text, mapObj);

0 commit comments

Comments
 (0)