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

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


    from d0793acdbd Merge pull request #6054 from mbien/update-min-jdk-warning
     add faf308b4da Added basic line indenting to HCL languages. (#6127)

No new revisions were added by this update.

Summary of changes:
 ide/languages.hcl/nbproject/project.xml            |  35 ++--
 .../modules/languages/hcl/BasicHCLLexer.java       | 124 ++++-------
 .../modules/languages/hcl/HCLIndenter.java         | 231 +++++++++++++++++++++
 .../modules/languages/hcl/HCLLanguage.java         |   4 +-
 .../netbeans/modules/languages/hcl/HCLTokenId.java |  98 +++++++--
 .../languages/hcl/ast/ASTBuilderListener.java      |  10 +-
 .../hcl/grammar/g4/HCLExpressionParser.g4          |   3 +-
 .../modules/languages/hcl/grammar/g4/HCLLexer.g4   |  10 +-
 .../languages/hcl/grammar/g4/HCLLexerBasics.g4     |  10 +-
 .../modules/languages/hcl/HCLIndenterTest.java     | 184 ++++++++++++++++
 10 files changed, 584 insertions(+), 125 deletions(-)
 create mode 100644 
ide/languages.hcl/src/org/netbeans/modules/languages/hcl/HCLIndenter.java
 create mode 100644 
ide/languages.hcl/test/unit/src/org/netbeans/modules/languages/hcl/HCLIndenterTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to