[nongnu] elpa/scala-mode 37e7537 173/217: rename to scala-mode (#110)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 37e7537e9c9a1a1bdfd4cd1058491559a6ed0c69 Author: Sam Halliday Commit: Sam Halliday rename to scala-mode (#110) --- .gitignore | 2 +- Cask | 2 +- scala-mode2-fontlock.el =

[nongnu] elpa/scala-mode 5cd1b20 068/217: Properly align constructor val and var params.

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 5cd1b2045ccb5b2deca79cfabb339e75b4be638d Author: Heikki Vesalainen Commit: Heikki Vesalainen Properly align constructor val and var params. Fixes #24 --- scala-mode-indent.el | 2 +- scala-mode-syntax.el | 22 -- scala-mode.el

[nongnu] branch elpa/swift-mode created (now 800efe2)

2021-08-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/swift-mode. at 800efe2 Fix tags of customization This branch includes the following new commits: new 63eae17 Initial commit new 29857ae Add initial files new cbb19f2 Add basic font-locking new 8e72839 Add

[nongnu] elpa/scala-mode 18a52f0 094/217: Update installation instructions

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 18a52f035ab2d908b59d70adeb18335d1f602296 Author: zbskii Commit: zbskii Update installation instructions If a user installs scala-mode2 via elpa we don't want to encourage them to 'require scala-mode2' as most users will stick this in their .emacs

[nongnu] elpa/scala-mode 7e63002 182/217: Add "inline" keyword from scalameta (#128)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 7e6300231143133252e6ed1f3d5c86ea4e625e33 Author: Aleksandr Ivanov <4le...@gmail.com> Commit: Sam Halliday Add "inline" keyword from scalameta (#128) --- scala-mode-indent.el | 2 +- scala-mode-syntax.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[nongnu] elpa/swift-mode 00001ea 009/496: Fix keywords list

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 1ea11435d460caea3ea924cb419cc453aabb Author: Chris Barrett Commit: Chris Barrett Fix keywords list --- swift-mode.el | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/swift-mode.el b/swift-mode.el index 04735d8..5dead84 100644 --- a/

[nongnu] elpa/scala-mode f76902a 105/217: Merge pull request #53 from jjl/master

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit f76902ac83ccdca0ee9423a6a908ee25b4d992b3 Merge: c9dd697 aea047a Author: Heikki Vesalainen Commit: Heikki Vesalainen Merge pull request #53 from jjl/master Added .gitignore with *.elc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.

[nongnu] elpa/scala-mode 44772cb 196/217: fixed some compilation warnings

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 44772cbf1e1ade52bc5066555ff0aed68569aaec Author: Heikki Vesalainen Commit: Heikki Vesalainen fixed some compilation warnings --- Makefile | 6 +++--- scala-mode-imenu.el | 13 ++--- scala-mode-indent.el | 8 scala-mode-syntax.el

[nongnu] elpa/scala-mode 9d3b56e 206/217: Merge pull request #161 from Kazark/scala3-keywords

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 9d3b56e4877284a815b599a37d2b749d4f972226 Merge: 1d08e88 5299b4a Author: Heikki Vesalainen Commit: GitHub Merge pull request #161 from Kazark/scala3-keywords feat: add Scala 3 keywords --- scala-mode-syntax.el | 17 - scala-mode.el

[nongnu] elpa/swift-mode e90cf5e 012/496: Set comment vars

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit e90cf5e5ecab240748cc8db0986b627211881949 Author: Chris Barrett Commit: Chris Barrett Set comment vars --- swift-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index a3db23f..69a9fdf 100644 --- a/swi

[nongnu] elpa/swift-mode d110515 011/496: Font lock tweaks

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d110515f1a7b8559f0cd1971cdce49a354c79c6b Author: Chris Barrett Commit: Chris Barrett Font lock tweaks --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 782545b..a3db23f 100644 --- a/swift-

[nongnu] elpa/scala-mode 74e5194 108/217: sbt support for scala-mode2

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 74e51944b4b1cd5e1fe445ccc94573d11314df29 Author: Heikki Vesalainen Commit: Heikki Vesalainen sbt support for scala-mode2 --- README.md | 22 ++ scala-mode2-sbt.el | 119 + scala-mode2.el

[nongnu] elpa/scala-mode 763c93c 107/217: scala-indent:join-line

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 763c93cddc9388905452c36688fcc3efd642aed0 Author: Heikki Vesalainen Commit: Heikki Vesalainen scala-indent:join-line --- README.md | 13 ++--- scala-mode2-indent.el | 28 +--- scala-mode2.el| 4 +++- 3 files

[nongnu] elpa/swift-mode 3caacf3 007/496: Highlight attributes and _ wildcards

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 3caacf3f2e9e58de49e0c5627ac90b363f32424c Author: Chris Barrett Commit: Chris Barrett Highlight attributes and _ wildcards --- swift-mode.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/swift-mode.el b/swift-mode.el index 382ab5d..2fe2f44 100

[nongnu] elpa/swift-mode 7e3bb8e 008/496: Add package deps

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 7e3bb8e649ccdd1477e50b2aceab926d67f9f6f5 Author: Chris Barrett Commit: Chris Barrett Add package deps --- swift-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 2fe2f44..04735d8 100644 --- a/swif

[nongnu] elpa/scala-mode 9cfc522 110/217: fix to scala-indent:fix-line

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 9cfc522dbf649ac3dcbed0f5eeca8cc830b5c5ef Author: Heikki Vesalainen Commit: Heikki Vesalainen fix to scala-indent:fix-line --- scala-mode2-indent.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scala-mode2-indent.el b/scala-mode2-inden

[nongnu] elpa/swift-mode fdc576f 019/496: Fix for older Emacs(< 24.3)

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit fdc576f3e95cf3d3b5fd6d18aadb41d4d2cad557 Author: Syohei YOSHIDA Commit: Syohei YOSHIDA Fix for older Emacs(< 24.3) 'setq-local' is introduced at Emacs 24.3. --- swift-mode.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/swift-mode.el b/s

[nongnu] elpa/swift-mode c8f1dbd 014/496: Update readme

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit c8f1dbd031f14aa6c12eee20d0997fa359f8ba38 Author: Chris Barrett Commit: Chris Barrett Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a4b252..bc44221 100644 --- a/README.md +++ b/README.md @@ -4,6

[nongnu] elpa/scala-mode 0c39da9 114/217: upgraded version to 0.22 since we added new functionality required by sbt-mode

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 0c39da90e35466e12d1859dd04af5b22d9f3ab67 Author: Heikki Vesalainen Commit: Heikki Vesalainen upgraded version to 0.22 since we added new functionality required by sbt-mode --- scala-mode2-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[nongnu] elpa/swift-mode 654d5e2 006/496: More work on font locking

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 654d5e2d523de254c42dfebda95b64e67bf323c3 Author: Chris Barrett Commit: Chris Barrett More work on font locking --- swift-mode.el | 60 ++- 1 file changed, 43 insertions(+), 17 deletions(-) diff --git a/s

[nongnu] elpa/scala-mode 2e514f8 118/217: proper instructions for sbt-mode

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 2e514f8224b4d126da198c0a40a053f51c4af35d Author: Heikki Vesalainen Commit: Heikki Vesalainen proper instructions for sbt-mode --- README.md | 30 +++--- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/README.md b/README.m

[nongnu] elpa/swift-mode 71e3d6f 033/496: Remove unneeded infrastructure

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 71e3d6f912c9112eac3c2b28d2ae0bc767b6efb6 Author: Chris Barrett Commit: Chris Barrett Remove unneeded infrastructure --- .gitignore| 1 + Cask | 3 - Makefile | 42 +--- doc/fdl-1.3.texi | 501

[nongnu] elpa/swift-mode bb506d0 015/496: Add flycheck-cask to dir-locals

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit bb506d061857c6e0f6c83f4d2ef473fba85921cf Author: Chris Barrett Commit: Chris Barrett Add flycheck-cask to dir-locals --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el index 3ef03a3..4fb058a 100644 --- a/.dir

[nongnu] elpa/swift-mode 9b367fe 038/496: Remove duplicate in keywords list

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 9b367feed55c5f51bfc8fbb4bad945509e0c785e Author: Chris Barrett Commit: Chris Barrett Remove duplicate in keywords list --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 5a737c6..2f5a57e 10

[nongnu] elpa/scala-mode cddd00c 119/217: provide a package target to make a marmalade compatible package

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit cddd00c77b7249473f9bf159ee6ea8f63b041d19 Author: Nic Ferrier Commit: Nic Ferrier provide a package target to make a marmalade compatible package --- Makefile | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile

[nongnu] elpa/swift-mode 142c7db 023/496: Merge pull request #7 from syohex/fix-for-older-emacs

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 142c7db2e99426fd036ecf345e1f6a5fcb0d89ae Merge: 19a61d9 fdc576f Author: Chris Barrett Commit: Chris Barrett Merge pull request #7 from syohex/fix-for-older-emacs Fix for older Emacs(< 24.3) --- swift-mode.el | 7 +++ 1 file changed, 7 insertions(+

[nongnu] elpa/swift-mode cbb19f2 003/496: Add basic font-locking

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit cbb19f29dcdacfceef802391f1147d4f581e5798 Author: Chris Barrett Commit: Chris Barrett Add basic font-locking --- swift-mode.el | 73 +++ 1 file changed, 73 insertions(+) diff --git a/swift-mode.el b/swift

[nongnu] elpa/scala-mode c53742a 122/217: add Marmalade instructions

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit c53742aab040c84a70d42df55cc83751e103b5e8 Author: Nic Ferrier Commit: Nic Ferrier add Marmalade instructions --- README.md | 29 + 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e7eab9..18

[nongnu] elpa/swift-mode f39c05b 013/496: Tweak comment syntax

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit f39c05b05389896a16213d4fc0c0f0a107cbec91 Author: Chris Barrett Commit: Chris Barrett Tweak comment syntax --- swift-mode.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 69a9fdf..1e4fbf0 100644

[nongnu] elpa/scala-mode 3df7da0 133/217: Merge pull request #66 from corruptmemory/improved-syntax

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 3df7da02bb272e0cb3880ee63bf202d5e359fc68 Merge: 13ad3ac 3953269 Author: Heikki Vesalainen Commit: Heikki Vesalainen Merge pull request #66 from corruptmemory/improved-syntax Tweaked syntax rules to make highlighting more customizeable

[nongnu] elpa/swift-mode cb745d5 029/496: Define basic indentation command.

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit cb745d5f98b88d3eb23dfa8539ec7490f83d10bd Author: Chris Barrett Commit: Chris Barrett Define basic indentation command. Fixes #3 --- swift-indent.el | 175 swift-mode.el | 5 +- 2 files chang

[nongnu] elpa/swift-mode 90802b5 041/496: Use lexical scoping

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 90802b5dfae7161b5b6056f28b55ef19a4690527 Author: Bozhidar Batsov Commit: Bozhidar Batsov Use lexical scoping --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index e945e47..5be6c72 100644 --- a

[nongnu] elpa/scala-mode 890b7eb 129/217: Document */ behavior in multi-line comments.

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 890b7eb24e80979a8c95cb00e53f73f2f0a6481a Author: Tillmann Rendel Commit: Tillmann Rendel Document */ behavior in multi-line comments. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1855d29..665e

[nongnu] elpa/swift-mode 0ad90f8 035/496: Fix a typo

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 0ad90f8744101322d08a734ae41725650a5bb9cf Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a58b9..b178fa6 100644 --- a/README.md +++ b/READ

[nongnu] elpa/swift-mode ec9243c 032/496: Tweaks to indentation

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit ec9243c9c1ecf1e63286ec8b3b04479e2688d86a Author: Chris Barrett Commit: Chris Barrett Tweaks to indentation --- swift-indent.el | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/swift-indent.el b/swift-indent.el in

[nongnu] elpa/swift-mode 1b3ebe8 046/496: Remove obsolete require

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 1b3ebe8eab3631e8916e3ab295bdec1e08d9f09f Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove obsolete require --- swift-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 0989932..980ce9c 100644 --- a/swift-mode.e

[nongnu] elpa/scala-mode d27a39b 130/217: added Tillmann Rendel to the list of commiters

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit d27a39b08555f2c38f054db02577392d4ffb8b0f Author: Heikki Vesalainen Commit: Heikki Vesalainen added Tillmann Rendel to the list of commiters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 665ed16..e345f87 100644 --

[nongnu] elpa/swift-mode 89ce39c 050/496: Format file sections

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 89ce39ca10576183838a4c24171ec576ebd02df4 Author: Chris Barrett Commit: Chris Barrett Format file sections Use 3 semicolons, remove trailing periods. --- swift-mode.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/swift-mode

[nongnu] elpa/swift-mode 8641ebc 048/496: Mention old-school installation method

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 8641ebc7c1e7d02be373f31b6038c2af4de6f4dd Author: Bozhidar Batsov Commit: Bozhidar Batsov Mention old-school installation method --- README.md | 9 + 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 30e0330..ac1a2c9 100644 --- a

[nongnu] elpa/scala-mode e277378 143/217: WIP on end-of-defun and beggining of defun which should make writing imenu functionality much easier.

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit e277378dcf405bdac78dfd7414be3aeda792041b Author: Ivan Malison Commit: Ivan Malison WIP on end-of-defun and beggining of defun which should make writing imenu functionality much easier. --- scala-mode2-syntax.el | 312 +++---

[nongnu] elpa/swift-mode a44a755 052/496: Add docstrings for internal indent commands

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit a44a755e44feaad98c5837b4cf67861d87503550 Author: Chris Barrett Commit: Chris Barrett Add docstrings for internal indent commands --- swift-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swift-mode.el b/swift-mode.el index bd93d33..a538b7c 10064

[nongnu] elpa/swift-mode ab5e170 044/496: Add a few links

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit ab5e170947157cf3fe97618a533ea0077bbc9c55 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a few links --- README.md | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b178fa6..0299e88 100644 --- a/

[nongnu] elpa/swift-mode 0f99a5a 067/496: Tweak docstring to supress checkdoc error

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 0f99a5a510ebba0a7f1731486b7921be5d487498 Author: Chris Barrett Commit: Chris Barrett Tweak docstring to supress checkdoc error Checkdoc insists 'top-level' is a lisp variable that should be quoted. --- swift-mode.el | 2 +- 1 file changed, 1 insertion

[nongnu] elpa/swift-mode d136303 076/496: Adding support for Swift REPL via comint-mode

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d136303b737179d5abcbd38fb840bfc03a63f71e Author: ap4y Commit: ap4y Adding support for Swift REPL via comint-mode --- swift-mode.el | 66 +++ 1 file changed, 66 insertions(+) diff --git a/swift-mode.el b/

[nongnu] elpa/scala-mode 68959cd 144/217: imenu is mostly working.

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 68959cd48385f586f66a0c4954b7a3a1197650c5 Author: Ivan Malison Commit: Ivan Malison imenu is mostly working. --- scala-mode2-imenu.el | 45 +++ scala-mode2-syntax.el | 120 +++--- scala-mode2.el

[nongnu] elpa/scala-mode 618f0fb 163/217: remove 'scala-indent:indent-on-parentheses in preference of smartparens

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 618f0fbef4d3d94156f834a66e36c79f07a54e02 Author: Sam Halliday Commit: Sam Halliday remove 'scala-indent:indent-on-parentheses in preference of smartparens (sp-local-pair 'scala-mode "(" nil :post-handlers '(("||\n[i]" "RET"))) (sp-local-pair 's

[nongnu] elpa/swift-mode 9714a0c 063/496: Fix docstring typo

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 9714a0c79b39a8aff14f5b0d940fe45b8d01fe1b Author: Chris Barrett Commit: Chris Barrett Fix docstring typo --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index f9ff226..84c85df 100644 --- a/swif

[nongnu] elpa/swift-mode 821d9af 064/496: Make switch-case indent offset customisable

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 821d9afb6d43b53f90e590a3252d4a0368609a4e Author: Chris Barrett Commit: Chris Barrett Make switch-case indent offset customisable --- swift-mode.el | 11 +-- test/indentation-tests.el | 38 ++ 2 files chan

[nongnu] elpa/scala-mode e8c8a51 169/217: Couple imenu-related issues (#95)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit e8c8a51d55c27d52118d3b3f4aa4817cdc70414f Author: Igor Shymko Commit: Sam Halliday Couple imenu-related issues (#95) * Fix couple imenu related issues * Lisp nesting exceeds `max-lisp-eval-depth' error in `scala-syntax:handle-brace-equals-

[nongnu] elpa/swift-mode 7e77211 087/496: Remove redundant autoload

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 7e77211a4f09747078a11706c35f2ababdc1916e Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove redundant autoload --- swift-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 38569de..ad48ca8 100644 --- a/swift-mode

[nongnu] elpa/swift-mode 69b8934 080/496: Update readme

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 69b89349d17bf7a527ef69cc2088160d99ee08c0 Author: Chris Barrett Commit: Chris Barrett Update readme - Refill - Add js-comint acknowledgement - Style tweaks - Update install instructions --- README.md | 33 ++---

[nongnu] elpa/scala-mode ece95ca 170/217: use CI to compile PRs

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit ece95ca60fe5d3ebe58f71a0a94aa3ebdd050957 Author: Sam Halliday Commit: Sam Halliday use CI to compile PRs --- .drone.yml | 14 +++ .gitignore | 4 +- Cask | 35 + Examples.md| 64 ---

[nongnu] elpa/swift-mode cfbc318 092/496: Merge pull request #24 from ap4y/fix_paragraph_movements

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit cfbc318d06d93b9a34a698276d5e749234bdaf90 Merge: 027522d a092adc Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #24 from ap4y/fix_paragraph_movements Return default paragraph definitions. --- swift-mode.el | 14 +- 1 fil

[nongnu] elpa/swift-mode 48cbf55 088/496: Extend a bit installation instructions for package.el

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 48cbf5557b76efcbeacbdb7008765aaaeb4d0964 Author: Bozhidar Batsov Commit: Bozhidar Batsov Extend a bit installation instructions for package.el --- README.md | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/READM

[nongnu] elpa/scala-mode 3989897 174/217: bump version (#111)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 3989897168bc0e687e43b8f9a3cf4328f6c79f41 Author: Sam Halliday Commit: Sam Halliday bump version (#111) --- scala-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scala-mode.el b/scala-mode.el index ba912b8..b5c35f5 100644 --- a/s

[nongnu] elpa/swift-mode a092adc 091/496: Return default paragraph definitions.

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit a092adc3bb0d1b39b25a5d12ed0f62dce8f60feb Author: ap4y Commit: ap4y Return default paragraph definitions. Defined values for paragraph start and separator doesn't seem to express definition of code paragraph. Relying on comments doesn't work in all

[nongnu] elpa/swift-mode 32e08b3 095/496: Add initial implementation of smie based indentation

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 32e08b37ee66b3c4f29a34a2b8b27da50fc0e749 Author: ap4y Commit: ap4y Add initial implementation of smie based indentation --- swift-mode.el | 289 ++ 1 file changed, 168 insertions(+), 121 deletions(-) dif

[nongnu] elpa/scala-mode 387e93c 178/217: revert 618f0fbef4d3d94156f834a66e36c79f07a54e02, fixes #118 (#119)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 387e93c70a3703e55f717d3285912ad12cfee947 Author: Heikki Vesalainen Commit: Sam Halliday revert 618f0fbef4d3d94156f834a66e36c79f07a54e02, fixes #118 (#119) --- scala-mode-indent.el | 5 + scala-mode-map.el| 2 ++ 2 files changed, 7 insertions(+) diff -

[nongnu] elpa/swift-mode a8fa421 086/496: Use a more descriptive map variable name inside its definition

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit a8fa421a8e5e5afd54a17d35220d4418fca6b175 Author: Bozhidar Batsov Commit: Bozhidar Batsov Use a more descriptive map variable name inside its definition --- swift-mode.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/swift-m

[nongnu] elpa/swift-mode 37fb4d0 119/496: Release 0.2.0

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 37fb4d0b26725d99ccda25482ec167ffe17e3175 Author: Bozhidar Batsov Commit: Bozhidar Batsov Release 0.2.0 --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 4f9b4b5..3320f8c 100644 --- a/swift

[nongnu] elpa/julia-mode 69bc337 270/352: add support for `where` keyword

2021-08-29 Thread ELPA Syncer
branch: elpa/julia-mode commit 69bc337c08ea26dd8afa8f31d716feab156b2592 Author: Rafael Fourquet Commit: Rafael Fourquet add support for `where` keyword --- julia-mode-tests.el | 26 +++--- julia-mode.el | 3 ++- 2 files changed, 25 insertions(+), 4 deletions(-) d

[nongnu] elpa/scala-mode a0b73b2 177/217: add string interpolation (#116)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit a0b73b25377f5aedf50abe198d6b6111310735be Author: Brian Malehorn Commit: Sam Halliday add string interpolation (#116) Before, scala-mode wouldn't highlight formatter variables, making them a bit difficult to pick out: val s = s"foo $ba

[nongnu] elpa/swift-mode d053d31 109/496: Use greedy regex in interpolation highlighting to prevent issues with

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d053d31595051c9d4feaf0ec1119f259f8a2a8f9 Author: ap4y Commit: ap4y Use greedy regex in interpolation highlighting to prevent issues with expression nested in function calls --- swift-mode.el | 4 +--- test/font-lock-tests.el | 2 ++ 2 files chang

[nongnu] elpa/swift-mode 4ac4ea3 098/496: Add font-lock for declaration expression with destructuring

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 4ac4ea3df2b215d6d446d0aba39cc07dfabd86b2 Author: ap4y Commit: ap4y Add font-lock for declaration expression with destructuring --- swift-mode.el | 4 +++- test/font-lock-tests.el | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/s

[nongnu] elpa/scala-mode 2e8fd35 180/217: Fix for fill-paragraph with prefix arg. Fixes #125. (#126)

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 2e8fd35ce502296fb830382f07118bcf6f290b22 Author: jeberger Commit: Sam Halliday Fix for fill-paragraph with prefix arg. Fixes #125. (#126) --- scala-mode-paragraph.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scala-mode-paragraph.e

[nongnu] elpa/swift-mode 18e1e4a 107/496: Highlight attributes as keyword

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 18e1e4a0eb8d2134c366223759a0632148bd7e33 Author: ap4y Commit: ap4y Highlight attributes as keyword --- swift-mode.el | 13 + test/font-lock-tests.el | 2 ++ 2 files changed, 15 insertions(+) diff --git a/swift-mode.el b/swift-mode.el in

[nongnu] elpa/swift-mode 07780b4 118/496: Merge pull request #30 from ap4y/syntactic_fontification

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 07780b434c37096bed6590bf3ec99553b8c74eb0 Merge: ca6437a 41d38bd Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #30 from ap4y/syntactic_fontification Clarify syntax table for syntactic fontification. --- swift-mode.el | 18 +

[nongnu] branch elpa/php-mode created (now 8212f41)

2021-08-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/php-mode. at 8212f41 Merge pull request #683 from emacs-php/fix/unused-params-mark-underscore This branch includes the following new commits: new aeae3d0 Initial commit new 099598e Add a README file for Github new b5

[nongnu] elpa/scala-mode b67029a 184/217: fix #120, align according to forms

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit b67029a210805a8de66facd6a3d4e6aac18945a8 Author: Heikki Vesalainen Commit: Heikki Vesalainen fix #120, align according to forms --- scala-mode-indent.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scala-mode-indent.el b/scala-mode-i

[nongnu] elpa/swift-mode 1dfb1a5 110/496: Add indent rules for function declaration with attributes

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 1dfb1a595b66f8e02ea8f9ee80c7d834398be7ca Author: ap4y Commit: ap4y Add indent rules for function declaration with attributes --- swift-mode.el | 9 - test/indentation-tests.el | 11 +++ 2 files changed, 19 insertions(+), 1 deletion

[nongnu] elpa/prop-menu 67db928 2/9: Increase the range of compatible Emacsen

2021-08-29 Thread ELPA Syncer
branch: elpa/prop-menu commit 67db928aa22d0da619b9dcd71dee2cc81958f562 Author: David Raymond Christiansen Commit: David Raymond Christiansen Increase the range of compatible Emacsen --- prop-menu.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prop-menu.el b/prop

[nongnu] elpa/swift-mode ecb8a87 114/496: Use different lexer rule for case statement in enum to fix issues with

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit ecb8a875e413f2216b59540ea6e97cf14ceb2c4c Author: ap4y Commit: ap4y Use different lexer rule for case statement in enum to fix issues with statements indentation inside enum declaration expression --- swift-mode.el | 36 +

[nongnu] elpa/scala-mode 730e16d 186/217: Merge pull request #130 from ensime/fix/120

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 730e16d254478d6f63f62cb04d47c137c9002f2d Merge: 5ffaa1f b67029a Author: Heikki Vesalainen Commit: GitHub Merge pull request #130 from ensime/fix/120 fix #120, align according to forms --- scala-mode-indent.el | 4 ++-- 1 file changed, 2 insertions(+),

[nongnu] elpa/prop-menu 50b102c 9/9: Merge pull request #2 from david-christiansen/travis

2021-08-29 Thread ELPA Syncer
branch: elpa/prop-menu commit 50b102c1c0935fd3e0c465feed7f27d66b21cdf3 Merge: 2b0de81 1edda80 Author: David Christiansen Commit: David Christiansen Merge pull request #2 from david-christiansen/travis Initial Travis setup --- .travis.yml| 51

[nongnu] elpa/swift-mode 18ea989 134/496: Merge pull request #42 from ap4y/customizable_multiline_dot_statement

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 18ea9896272745b9e151314ab7c386033c21c40c Merge: 835c3d3 dd8f793 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #42 from ap4y/customizable_multiline_dot_statement Make multi-line dot statement offset customisable value --- swift-mod

[nongnu] elpa/swift-mode 79622d7 123/496: Merge pull request #32 from ap4y/fix_nested_multi_line_comments

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 79622d700874e1ec2807d3963ee19e93920ec78b Merge: 6abb788 d77b2df Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #32 from ap4y/fix_nested_multi_line_comments Enable nested flag 'n' for C-style multi-line comments --- swift-mode.el

[nongnu] elpa/scala-mode 6f49104 193/217: scala-syntax:propertize-dollar

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 6f49104c182ec1cc8b30314dc92d02f4752106cf Author: Josef Vlach Commit: Sam Halliday scala-syntax:propertize-dollar --- scala-mode-syntax.el| 14 ++ test/scala-mode-test.el | 19 +++ 2 files changed, 29 insertions(+), 4 deletions(-

[nongnu] elpa/sass-mode 3930ddc 05/31: add sass-output-region() and sass-output-buffer()

2021-08-29 Thread ELPA Syncer
branch: elpa/sass-mode commit 3930ddcb2ce89fa770c1dacf0155f7b81eb25eef Author: kmori Commit: kmori add sass-output-region() and sass-output-buffer() --- sass-mode.el | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/sass-mode.el b/sass-mode.el

[nongnu] elpa/swift-mode ee83a1d 137/496: Rename swift-indent-multiline-dot-offset to swift-indent-multiline-statement-offset

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit ee83a1d349aedb65aff86e049640b34c33f2ab7d Author: ap4y Commit: ap4y Rename swift-indent-multiline-dot-offset to swift-indent-multiline-statement-offset --- swift-mode.el | 8 test/indentation-tests.el | 8 2 files changed, 8 inser

[nongnu] elpa/swift-mode 27b93dd 126/496: Merge pull request #34 from ap4y/string_interpolation_improvements

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 27b93dd6ebf83b3fec6ca39aa7aa92faf9051b28 Merge: 7826550 1a1d81c Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #34 from ap4y/string_interpolation_improvements Improve font-lock regex for string interpolation --- swift-mode.el

[nongnu] elpa/scala-mode 2a7b0fd 195/217: Moved ensime/emacs-scala-mode back to hvesalai/emacs-scala-mode

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 2a7b0fdf8ac9cf716f2b434d633c4022aba61a24 Author: Heikki Vesalainen Commit: Heikki Vesalainen Moved ensime/emacs-scala-mode back to hvesalai/emacs-scala-mode --- .drone.yml| 11 -- Makefile | 113 README.md | 332 +

[nongnu] elpa/swift-mode 7826550 124/496: Fix code alignment

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 78265504f99118f2258a4c15ae2e4e4ce601803c Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix code alignment --- swift-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swift-mode.el b/swift-mode.el index afc9574..84d00be 100644 --

[nongnu] elpa/swift-mode 2d478bf 140/496: Merge pull request #46 from ap4y/multiline_op_statemenets

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 2d478bf82e6e5668027ec73db1cc8f1ea879b702 Merge: 2eb3952 5e3ab8c Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #46 from ap4y/multiline_op_statemenets Multiline op statemenets --- swift-mode.el | 16 +++- tes

[nongnu] elpa/scala-mode 46bb948 198/217: Fix #155, remove ob-scala.el

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 46bb948345f165ebffe6ff3116e36a3b8a3f219d Author: Heikki Vesalainen Commit: Heikki Vesalainen Fix #155, remove ob-scala.el --- ob-scala.el | 116 1 file changed, 116 deletions(-) diff --git a/ob-scal

[nongnu] elpa/swift-mode d42c53c 147/496: Use semantic smie function instead of regex for multi-line dot

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d42c53c43f446fe012d7c448e7b3d927a9b7c855 Author: ap4y Commit: ap4y Use semantic smie function instead of regex for multi-line dot expression indentation --- swift-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swift-mode.el

[nongnu] elpa/scala-mode 54fa36f 200/217: Merge pull request #159 from kpbochenek/fix-files-association-alist

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 54fa36f69fb0e683b48f02d29581cfca66f64445 Merge: 46bb948 e0341e9 Author: Heikki Vesalainen Commit: GitHub Merge pull request #159 from kpbochenek/fix-files-association-alist Recognize worksheets as scala files --- scala-mode.el | 4 ++-- 1 file changed

[nongnu] elpa/sass-mode 5d69d5f 06/31: Update .gitignore.

2021-08-29 Thread ELPA Syncer
branch: elpa/sass-mode commit 5d69d5f8235c5735dd12780dacfe22f850e94741 Author: Nathan Weizenbaum Commit: Nathan Weizenbaum Update .gitignore. Closes #6 --- .gitignore | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0f756de

[nongnu] elpa/sass-mode 3938a42 04/31: Bump version to 3.0.15.

2021-08-29 Thread ELPA Syncer
branch: elpa/sass-mode commit 3938a4232c77b6387902f31f621a8019abf8fb7c Author: Nathan Weizenbaum Commit: Nathan Weizenbaum Bump version to 3.0.15. --- sass-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass-mode.el b/sass-mode.el index 35636c5..11d8993 1006

[nongnu] elpa/swift-mode 4059bc1 135/496: Add dot(.) to the allowed symbols inside string interpolation

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 4059bc1e29f0722c61d06f26cfc87102c3c7a868 Author: ap4y Commit: ap4y Add dot(.) to the allowed symbols inside string interpolation fixes #43 --- swift-mode.el | 2 +- test/font-lock-tests.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(

[nongnu] elpa/swift-mode b5bfbe0 154/496: Don't active flycheck checker by default

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit b5bfbe03f3dac46480ed35a15d527ba6b522f599 Author: ap4y Commit: ap4y Don't active flycheck checker by default It doesn't work with linked libraries, this means it doesn't work well with Xcode projects. --- swift-mode.el | 4 +--- 1 file changed, 1 i

[nongnu] elpa/scala-mode 598cb68 217/217: Merge pull request #169 from kurnevsky/post-self-insert-hook

2021-08-29 Thread ELPA Syncer
branch: elpa/scala-mode commit 598cb680f321d9609295aa9b4679040cc703b602 Merge: 6966328 4014cf6 Author: Heikki Vesalainen Commit: GitHub Merge pull request #169 from kurnevsky/post-self-insert-hook Don't make post-self-insert-hook local variable. --- scala-mode-map.el | 8

[nongnu] elpa/sass-mode b676b2d 03/31: Make variables buffer-local before setting.

2021-08-29 Thread ELPA Syncer
branch: elpa/sass-mode commit b676b2d3d8f8f2e489efdcca27ae372b63952a65 Author: Nathan Weizenbaum Commit: Nathan Weizenbaum Make variables buffer-local before setting. --- sass-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass-mode.el b/sass-mode.el index 4

[nongnu] elpa/swift-mode 34f0c95 152/496: Correct source argument extraction in flycheck checker

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 34f0c958733fe5b8543cf89e6824fd6381ed503b Author: ap4y Commit: ap4y Correct source argument extraction in flycheck checker --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 1036f3e..20e2c42

[nongnu] elpa/swift-mode fc64626 156/496: Merge pull request #56 from ap4y/fix_flycheck_issues

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit fc646261630aa23f2e81933fd7cb638771623b0a Merge: 1753f23 9c716c1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #56 from ap4y/fix_flycheck_issues Fix flycheck issues --- README.md | 8 +++- swift-mode.el | 28 ++

[nongnu] elpa/swift-mode 9b6f599 146/496: Apply swift-indent-offset to multi-line class definitions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 9b6f599bef4f9e0e7430e8da93b3fe6e018934e8 Author: ap4y Commit: ap4y Apply swift-indent-offset to multi-line class definitions --- swift-mode.el | 6 ++ test/indentation-tests.el | 11 +++ 2 files changed, 17 insertions(+) diff --git a/

[nongnu] elpa/swift-mode 63eae17 001/496: Initial commit

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 63eae171286f570e52a7fe593de8858e6e2b97cf Author: Chris Barrett Commit: Chris Barrett Initial commit

[nongnu] elpa/swift-mode 4286ff9 148/496: Merge pull request #52 from ap4y/fix_47

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 4286ff9d8f1765605c6252a6b1d85d753f13f8c8 Merge: c664fc2 9b6f599 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #52 from ap4y/fix_47 Fix 47 --- swift-mode.el | 9 - test/indentation-tests.el | 11 +++ 2

[nongnu] elpa/sass-mode 9d05841 08/31: auto-mode-alisp patter should ends with \\ is better

2021-08-29 Thread ELPA Syncer
branch: elpa/sass-mode commit 9d058414031ce5d062de70f169f55d88fda93032 Author: Gaston Ramos Commit: Gaston Ramos auto-mode-alisp patter should ends with \\ is better for string ends see: http://www.emacswiki.org/emacs/AutoModeAlist --- sass-mode.el | 2 +- 1 file changed, 1 insertion(+)

[nongnu] elpa/swift-mode cba4538 161/496: Merge pull request #61 from ckruse/fix_55

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit cba45387fa1e9fcb33be203bc2a3cdda6ce5f830 Merge: 9cf667c 67fd6a9 Author: Arthur Evstifeev Commit: Arthur Evstifeev Merge pull request #61 from ckruse/fix_55 Fix #55: indentation of multiline operator expressions --- swift-mode.el | 3 ++-

[nongnu] elpa/sass-mode 242b0ea 07/31: Merge remote-tracking branch 'origin/master'

2021-08-29 Thread ELPA Syncer
branch: elpa/sass-mode commit 242b0eaf887820c1fabafb20351ded305c92780f Merge: 5d69d5f 3938a42 Author: Nathan Weizenbaum Commit: Nathan Weizenbaum Merge remote-tracking branch 'origin/master' --- sass-mode.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sass-mo

<    1   2   3   4   5   6   7   8   9   10   >