Commit bab6e5b
committed
[TwigComponent] Minimal support of comment lines
Twig introduced the inline comments in twigphp/Twig#4349
This PR add minimal support for it the PreLexer / HTML syntax
```twig
<twig:Button
# comment
bar="bar"
/>
```
I'd like some IRL feedbacks on this one :)1 parent 63f4160 commit bab6e5b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments