p4t5h3 / purebasic-language-for-sublime-text

PureBasic support for Sublime Text.
MIT License
4 stars 1 forks source link

Comments on the same line as other statements may not be recognized #28

Closed p4t5h3 closed 2 years ago

p4t5h3 commented 2 years ago

The comment (inside a procedure) in the following snippet is not recognized and scoped as such.

Protected ViolationSeverity.i = 0 ; GetRulePreference(CurrentRuleIdentifier, "Severity")
p4t5h3 commented 2 years ago

Fixed with b71c93b.