emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/kotlin-mode updated (ff4637c4ea -> 3a84689d0b)


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode updated (ff4637c4ea -> 3a84689d0b)
Date: Tue, 17 Jan 2023 15:08:08 -0500 (EST)

elpasync pushed a change to branch elpa/kotlin-mode.

      from  ff4637c4ea Merge pull request #38 from jcpetkovich/master
       new  c7d5c67ebc Improve detection of line continuation
       new  e8969a6214 Move lexical level routines to kotlin-mode-lexer.el
       new  0a41f8b7fd Fix ckeckdoc errors
       new  115a7dd7e3 Rewrite indentation logic
       new  23a693d264 Add documentation of indentation logic
       new  1854330e27 Fix for 24.x when template string is incomplete
       new  eb2af1723e Support value modifier
       new  2f64645460 Support definitely non-nullable type
       new  70de2560a6 Support closed range operator
       new  3a84689d0b Merge pull request #53 from taku0/rewite-indentation


Summary of changes:
 doc/indentation_logic/.gitignore          |    1 +
 doc/indentation_logic/Makefile            |   11 +
 doc/indentation_logic/pages.pdf           |  Bin 0 -> 272143 bytes
 doc/indentation_logic/src/pages.svg       | 3322 +++++++++++++++++++++++++++++
 doc/indentation_logic/src/split_pages.kts |   56 +
 kotlin-mode-indent.el                     | 1955 +++++++++++++++++
 kotlin-mode-lexer.el                      | 2309 +++++++++++++++++++-
 kotlin-mode.el                            |  345 +--
 test/kotlin-mode-test.el                  |  104 +-
 test/pathological.kt                      | 2150 +++++++++++++++++++
 test/sample.kt                            |   24 +-
 11 files changed, 9946 insertions(+), 331 deletions(-)
 create mode 100644 doc/indentation_logic/.gitignore
 create mode 100644 doc/indentation_logic/Makefile
 create mode 100644 doc/indentation_logic/pages.pdf
 create mode 100644 doc/indentation_logic/src/pages.svg
 create mode 100644 doc/indentation_logic/src/split_pages.kts
 create mode 100644 kotlin-mode-indent.el
 create mode 100644 test/pathological.kt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]