Open Firbydude opened 4 months ago
if {(${foo})} {} will break subsequent syntax highlighting in the file. if {(${foo} )} {} will not.
if {(${foo})} {}
if {(${foo} )} {}
if {(${foo})} {}
will break subsequent syntax highlighting in the file.if {(${foo} )} {}
will not.