mark-wiemer-org/ahkpp

Not comment highlights like comment

Closed this issue · 0 comments

Documentation:

  • Scripts can be commented by using a semicolon at the beginning of a line.
  • Comments may also be added at the end of a line, in which case the semicolon must have at least one space or tab to its left.

;NotComment must be not comment, but it looks like one

Actual behavior

Bad
Bad

Expected behavior

Good
Good

Additional context

See Comments - Official AHK docs