Hmm…

let language: string = "typescript"
if (language == "typecript") {
// Syntax Highlighting should be added
} else {
// Syntax Highlighting should still be added :)
}

comments (single view)

View all comments