Skip to content

Commit 77fab7a

Browse files
authored
Improve Marko detection (#273)
* Improve Marko detection * Restore id
1 parent e70c32a commit 77fab7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/technologies/m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
66
10271027
],
10281028
"description": "Marko is HTML re-imagined as a language for building dynamic and reactive user interfaces.",
1029-
"dom": "#data-marko-key, html[data-framework='marko']",
1029+
"dom": "#data-marko-key, [data-marko-key], html[data-framework='marko']",
10301030
"icon": "Marko.svg",
10311031
"implies": "Node.js",
10321032
"js": {

0 commit comments

Comments
 (0)