mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
formatter: Handle Inline comments
This commit is contained in:
parent
9cfacb9898
commit
c5fa33363f
2 changed files with 133 additions and 129 deletions
|
@ -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>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue