Open jdingel opened 5 years ago
Stata's own do-file editor doesn't handle comments correctly when highlighting syntax. See https://www.statalist.org/forums/forum/general-stata-discussion/general/1448244-understanding-stata-s-comment-hierarchy. A package for Atom has addressed these issues: https://github.com/kylebarron/language-stata/blob/v1.7.3/examples/comments.md.
The simplest example of a comment that is not handled correctly by Stata Enhanced v2.2.4 for SublimeText 3 is the first example in the linked content.
* /* This will be a multi-line comment disp "Not printed" */
Stata's own do-file editor doesn't handle comments correctly when highlighting syntax. See https://www.statalist.org/forums/forum/general-stata-discussion/general/1448244-understanding-stata-s-comment-hierarchy. A package for Atom has addressed these issues: https://github.com/kylebarron/language-stata/blob/v1.7.3/examples/comments.md.
The simplest example of a comment that is not handled correctly by Stata Enhanced v2.2.4 for SublimeText 3 is the first example in the linked content.