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 c24c8cf355 Merge pull request #4487 from neilcsmith-net/apis-nb150
     new 9285f6dcd7 TOML Support Improvement and Cleanup
     new 95f381fadc Report SyntaxErrors from TomlParser
     new 52409ead93 A slightly better CharStream implementation

The 3 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:
 ide/languages.toml/nbproject/project.xml           |  30 ++--
 .../languages/toml/LexerInputCharStream.java       |  59 ++++---
 .../modules/languages/toml/TomlDataObject.java     | 141 ----------------
 .../modules/languages/toml/TomlLanguage.java       |  96 ++++++++++-
 .../netbeans/modules/languages/toml/TomlLexer.java | 188 ++++++++++++---------
 .../modules/languages/toml/TomlParser.java         | 103 +++++++++++
 .../org/netbeans/modules/languages/toml/layer.xml  |   7 +
 7 files changed, 369 insertions(+), 255 deletions(-)
 delete mode 100644 
ide/languages.toml/src/org/netbeans/modules/languages/toml/TomlDataObject.java
 create mode 100644 
ide/languages.toml/src/org/netbeans/modules/languages/toml/TomlParser.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