This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 0a352a44ffa Merge pull request #8789 from 
matthiasblaesing/lsp_server_null
     add cce14b8e373 Php twig: inline comment coloring Closes: #8100
     new 615dfc85ceb Merge pull request #8759 from 
haidubogdan/t_8100_php_twig_inline_comment_coloring

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 create mode 100644 
php/php.twig/test/unit/data/goldenfiles/org/netbeans/modules/php/twig/editor/lexer/TwigLexerTest/comment-inline-expression.pass
 create mode 100644 
php/php.twig/test/unit/data/goldenfiles/org/netbeans/modules/php/twig/editor/lexer/TwigLexerTest/comment-inline.pass
 create mode 100644 
php/php.twig/test/unit/data/testfiles/lexer/twig/comment-inline-expression.twig
 create mode 100644 
php/php.twig/test/unit/data/testfiles/lexer/twig/comment-inline.twig


---------------------------------------------------------------------
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

Reply via email to