As a generalization of #3, support a variety of comment syntaxes based on what's allowed for that specific file type. - Java: `//`, `/* */`, `/** */` - C/C++: '//`, `/* */` - SQL: `--` - Shell: `#` - YAML: `#` and so on ...
As a generalization of #3, support a variety of comment syntaxes based on what's allowed for that specific file type.
//,/* */,/** */,/* */`--##and so on ...