1
How do I, so when someone types an html tag, in my online editor, javascript sets a color for that tag ? An example would be:
< html>
//Essa tag teria sua cor mudada por uma função
function Tag(){
//A função tag ao ser chamada iria setar uma cor
}
There’s a lot of stuff ready right now to do this. I think the name of it is hightlighter
– Wallace Maxters
Take a look at this link
– Pedro Augusto