REM seems to be the standard comment marker while "::" is rather deprecated.
Closes #1912. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1932
-- Commit Summary --
* Use REM as single comment marker for Batch files
-- File Changes --
M data/filedefs/filetypes.batch (2)
-- Patch Links --
https://github.com/geany/geany/pull/1932.patch https://github.com/geany/geany/pull/1932.diff
Merged #1932 into master.
Could you please make this case insensitive or something like that, so it works on lowercase `rem` too?
@yekb what exactly do you mean by "works"?
This setting is the one that is inserted when you use `Edit->Format->Comment lines`, it is only possible to insert one value. You can edit the `filetypes.batch` using `Tools->Configuration files->Filetype configuration->Scripting languages->filetypes.batch` to set your own value, but whatever you set is what is inserted.
I meant that commented lines using lowercase `rem` are ignored and get double-commented like this `REM rem command`. I had no idea that it can be set in `filetypes.batch`. Sorry for the trouble.
Sorry for the trouble.
No problem, just a note, if you want to make a request better to make it on a new issue, not a comment on a merged and closed 4 year old pull request, its almost certain to be lost there :-)
github-comments@lists.geany.org