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 3c74da127a004805a56627507a4f0016e26097e5 Merge: 190f8f35878 36133581e94 Author: Matthias Bläsing <[email protected]> AuthorDate: Sat Dec 6 16:01:04 2025 +0100 Merge pull request #9063 from haidubogdan/fix_jflex_coloring_for_macro_value_on_multiple_lines Fixes jflex coloring display for macro values splitted on multiple new lines .../antlr4/coloring/JflexAntlrColoringLexer.g4 | 24 ++++-- .../languages/jflex/resources/TemplateHelp.html | 29 +++++++ .../languages/jflex/resources/package-info.java | 4 +- .../lexer/macro_value_splitted_on_new_lines.jflex | 25 ++++++ .../macro_value_splitted_on_new_lines.jflex.lexer | 99 ++++++++++++++++++++++ .../data/testfiles/lexer/rule_pipe_operator.jflex | 21 +++++ .../testfiles/lexer/rule_pipe_operator.jflex.lexer | 62 ++++++++++++++ .../languages/jflex/lexer/JflexLexerTest.java | 8 ++ 8 files changed, 265 insertions(+), 7 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
