formatter: Handle Inline comments

This commit is contained in:
gregorni 2023-12-13 02:12:50 +00:00 committed by James Westman
parent 9cfacb9898
commit c5fa33363f
2 changed files with 133 additions and 129 deletions

View file

@ -33,7 +33,7 @@ template $MyTemplate: Label {
// Single line comment.
value: bind (1.0) as <double>;
as: 1;
signal => $on_signal() after;
signal => $on_signal() after; // Inline comment
type_value: typeof<$MyTemplate>;
}