Want to edit *.foobar files in visual studio code (vs-code).
.foobar files are very similar in concept to PHP and .php
*.foobar content is HTML with two interperter/parser tags
< ?foobar
... foobar program statements ...
?>
and
< ?foobar= ...foobar expression... ?>
Q: Can I tweak options of the HTML 'type' in vs-code to not process the insides of < ?foobar ? And just color the insides as black on yellow ?
If no, is there a quick way to make a foobar type like php without php parsing ?
Thanks.
PS The Q&A forum has weak sauce markdown for questions.