This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 615dfc85ceb7622d63d83d420b8ce54064a3d630 Merge: 0a352a44ffa cce14b8e373 Author: Matthias Bläsing <[email protected]> AuthorDate: Fri Sep 5 21:37:48 2025 +0200 Merge pull request #8759 from haidubogdan/t_8100_php_twig_inline_comment_coloring Php twig: inline comment coloring .../editor/lexer/TwigVariableColoringLexer.java | 211 +++++++++++---------- .../php/twig/editor/lexer/TwigVariableTokenId.java | 1 + .../TwigLexerTest/comment-inline-expression.pass | 8 + .../editor/lexer/TwigLexerTest/comment-inline.pass | 41 ++++ .../lexer/twig/comment-inline-expression.twig | 3 + .../data/testfiles/lexer/twig/comment-inline.twig | 13 ++ .../php/twig/editor/lexer/TwigLexerTest.java | 8 + php/php.twig/tools/TwigVariableColoringLexer.flex | 4 + 8 files changed, 187 insertions(+), 102 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
