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 =
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
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
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
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(-)
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/
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/.
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(+
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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 +++---
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
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/
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
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/
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
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
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
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
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-
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
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 ++---
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 ---
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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 +
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
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
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
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
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 +
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(+),
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
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
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
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(-
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
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
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
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 +
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
--
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
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
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
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
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
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
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(
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
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
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
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
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 ++
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/
branch: elpa/swift-mode
commit 63eae171286f570e52a7fe593de8858e6e2b97cf
Author: Chris Barrett
Commit: Chris Barrett
Initial commit
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
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(+)
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 ++-
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
401 - 500 of 2568 matches
Mail list logo