I’m writing a small code processor that exploits sublime’s parsing to transform CFML code to CFScript. I expect that there will be a number of transformation failures on a typical file, and I would like to display error messages inline like a build system would – in particular, I want the close button. I’m already creating phantoms, but of course they don’t go away on their own, so I’m removing them when the view is modified, which is less than ideal.
Is this somehow accomplished in minihtml, or is there some option or argument I’ve missed?