DEV Community

Discussion on: Implement a simple html syntax highlight using Nim

Collapse
 
juancarlospaco profile image
Juan Carlos
import browsers
const file = "highlight.html"
writeFile(file, buildCode(code))
openDefaultBrowser(file)

:)

Collapse
 
ringabout profile image
ringabout

Nice catch!😄