-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Priority: LowenhancementNew feature or requestNew feature or requestgrammarTextMate grammar / syntax highlightingTextMate grammar / syntax highlightingv1.4.0Release 1.4.0Release 1.4.0
Description
Summary
Named parameters in FB and function calls (IEC 61131-3 §2.5.1) are not highlighted distinctly. The parameter name before := should be scoped separately from regular identifiers.
Example
MyTimer(IN := StartSignal, PT := T#5s);
Result := MyFunc(Input1 := Val1, Input2 := Val2);
IN, PT, Input1, Input2 should be scoped as variable.parameter.st.
Acceptance criteria
- Parameter names before
:=in call expressions scoped asvariable.parameter.st - Does not affect regular assignment statements
- Does not affect output parameter assignments (
=>)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: LowenhancementNew feature or requestNew feature or requestgrammarTextMate grammar / syntax highlightingTextMate grammar / syntax highlightingv1.4.0Release 1.4.0Release 1.4.0