p4t5h3 / purebasic-language-for-sublime-text

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

List as a procedure parameter is not parsed correctly #6

Closed p4t5h3 closed 2 years ago

p4t5h3 commented 2 years ago

If lists are defined as procedure parameters, they are not parsed correctly by the syntax definition.

Procedure LintCommentSpacing(List Code.s())
  ; TODO
EndProcedure

See official documentation about procedures.