Closed Keno closed 9 years ago
Adds highlighting for embedded C++ code (Cxx.jl syntax). Ideally I'd want the leading cxx""" to still highlight as string delimiters, but that doesn't seem to work.
cxx"""
Cool. Yeah, I'm not an expert on the syntax highlighting, but the same problem exists for the SQL highlighting and query("").
query("")
Adds highlighting for embedded C++ code (Cxx.jl syntax). Ideally I'd want the leading
cxx"""
to still highlight as string delimiters, but that doesn't seem to work.