branch: elpa/swift-mode
commit c40887ed65c6b86ed11e62bcfd2c1df0da3f66c9
Merge: 0185315 3ce22b1
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #108 from syohex/remove-needless-code
Remove needless code
---
swift-mode.el | 7 ---
1 file changed, 7 deletions(-)
branch: elpa/yaml-mode
commit 3fc5a33760b0bbb6e67adbce48ab3dc4ae34b847
Author: Vasilij Schneidermann
Commit: Vasilij Schneidermann
Mark block literals to unfontify quotes in them
---
yaml-mode.el | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml
branch: elpa/yaml-mode
commit 97a58b3022de723582849790b2a7dee59aaad603
Author: Dmitry Gutov
Commit: Dmitry Gutov
Make sure not to pre-fill ppss cache with wrong entries
---
yaml-mode.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/yaml-mode.el b/yaml-mode.el
i
branch: elpa/yaml-mode
commit 93252a0833a36f79f507330f1f061142b031a9b4
Author: Vasilij Schneidermann
Commit: Vasilij Schneidermann
Change dashes from word to symbol syntax
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index
branch: elpa/yaml-mode
commit 64b28913bfe910b147d6ee16488dbaedb1452ca6
Merge: 1c3ade4 162f7e4
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #47 from Wilfred/references_as_punctuation
Treat alias nodes as punctuation
---
yaml-mode.el | 2 ++
1 file changed, 2 inser
branch: elpa/yaml-mode
commit 41adb32b886352827c4d4b4ad15cdf18a00c8c50
Merge: 9e8362d ed7ec2e
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #77 from dgutov/single-quote-fixup
Don't freeze on unclosed strings
---
test-files/test-quotes-in-strings.yaml | 1 +
yaml-m
branch: elpa/swift-mode
commit 3aec61faa001e8e34d8c94bf3587b993c0d00e92
Author: Sebastian Wiesner
Commit: Sebastian Wiesner
Update Emacs version requirement in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 505da87..449ef
branch: elpa/yaml-mode
commit add6156a652003b3910752d996759387c0c07135
Author: Dmitry Gutov
Commit: Dmitry Gutov
yaml-mode-syntax-propertize-function: Clear ppss cache
In the one case where we still end up making it invalid.
No problem examples (haven't managed to trigger o
branch: elpa/yaml-mode
commit 28c34033194130d452d5c958b5241c88d42ca02b
Merge: 64b2891 756e64b
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #54 from jfrederickson/whitespace-document-separator
Don't consider a line a document delimiter if it has leading whitespace
branch: elpa/zig-mode
commit 51a99d1589ddbbca58f37ebff0fcd8d083336d0b
Author: Matthew D. Steele
Commit: GitHub
Add alternate install instructions to the README (#9)
---
README.md | 9 +
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 4031c51..be2ab54 100644
branch: elpa/yaml-mode
commit fea2fb069b55303f1e1834d72fbfd30552f1e004
Author: Dmitry Gutov
Commit: Dmitry Gutov
Mention the bug report
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index 3da7293..3424e1d 100644
--- a/yaml-m
branch: elpa/swift-mode
commit 6793bd99eae478873324baf12ee9fbacdcbe3031
Author: uk-ar
Commit: uk-ar
Indent according to operators precedence
---
swift-mode.el | 43 ---
test/indentation-tests.el | 14 +-
2 files changed, 33 ins
branch: elpa/yaml-mode
commit ac21293ee6d66bb04e0fc6ebc332ee038a5a3824
Author: Adam Hess
Commit: Adam Hess
Fix indent after comment line
Make sure that the nested indent line isn't actually a comment ending in a
colon
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 dele
branch: elpa/swift-mode
commit e5b569e0885d57746025847ee86cef36273ab0bc
Author: uk-ar
Commit: uk-ar
Add keyword for attribute
---
swift-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/swift-mode.el b/swift-mode.el
index 9b74ae8..f70218e 100644
--- a/swift-mode.
branch: elpa/zig-mode
commit 9bdc960bbb9d4a79a36e0930f31ef183a8aa16e5
Author: Matthew D. Steele
Commit: GitHub
Support multiline string literals (#8)
---
zig-mode.el | 26 ++
1 file changed, 26 insertions(+)
diff --git a/zig-mode.el b/zig-mode.el
index 9172fbc..eeb0
branch: elpa/yaml-mode
commit 0b33131664719c61f834e77ff3b91ded3de2cd3b
Merge: 41adb32 fea2fb0
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #78 from dgutov/spf-correctness
Hopefully last follow-up
---
yaml-mode.el | 6 +-
1 file changed, 5 insertions(+), 1 del
branch: elpa/yaml-mode
commit 0aceaf3888dc484d1f5246d5a9462a4780844081
Merge: 5b4a0db 00c2428
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #73 from tarsiiformes/typos
Fix typo
---
Changes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Changes
branch: elpa/yaml-mode
commit 00ac9e5108048819a44c685dd921ed044f9be9af
Merge: 0b33131 ac21293
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #67 from HParker/fix-comment-indent
Fix indent after comment line
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1
branch: elpa/swift-mode
commit 8889a6a374f9776a756f655cfa6d3771649722dd
Merge: add2ae9 3931734
Author: Arthur Evstifeev
Commit: Arthur Evstifeev
Merge pull request #112 from uk-ar/fix-multiline-expressions
fix multi-line expressions
---
swift-mode.el | 10 +-
te
branch: elpa/zig-mode
commit cb485ff8d5d9fab0ac88c7685072fb75df921398
Author: Jimmi Holst Christensen
Commit: Jimmi Holst Christensen
Added anyerror keyword
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index f78080a..8f79b1d 1
branch: elpa/yaml-mode
commit 2522b3cb8f5b1e5b9e1bc825960f309811dc2cb4
Author: Damien Cassou
Commit: Damien Cassou
Fix typos
Typos found with codespell.
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index b5897c8..7
branch: elpa/swift-mode
commit 27ec1636d63d5324823d1b1ba55419ee40f8292d
Merge: 8889a6a e5b569e
Author: Arthur Evstifeev
Commit: Arthur Evstifeev
Merge pull request #113 from uk-ar/add-keyword-for-attribute
Add keyword for attribute
---
swift-mode.el | 3 ++-
1 file changed, 2 inser
branch: elpa/zig-mode
commit 12fe3c9569a8a3f6c0c50682748b4b1156fc0047
Author: Andrea Orru
Commit: Andrea Orru
Initial commit
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 000..2279af2
--- /dev/null
+++ b/README.md
@@
branch: elpa/zig-mode
commit 1f4ebf10660e5e09e61d042d7db9e1ec5e8ff0cb
Author: Andrea Orru
Commit: Andrea Orru
section -> linksection
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index 8f79b1d..4e4c99a 100644
--- a/zig-mode.el
branch: elpa/zig-mode
commit ff0bc79c0e72a5664066884abb7c923874b5fb9f
Author: Andrea Orru
Commit: Andrea Orru
Full symbols.
---
zig-mode.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/zig-mode.el b/zig-mode.el
index 1732ce5..bfd1726 100644
--- a/zig-mode.el
+
branch: elpa/swift-mode
commit 1563e8b248bc74613f381e7bd82a43df90064a68
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Bump the development version to 0.5.0-snapshot
---
swift-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swift-mode.el b/swift-mode.el
index b1
branch: elpa/zig-mode
commit 1552e0ebbcf748adc5c2058199050e68e0087fa4
Merge: fc7fde3 4eafa60
Author: Andrea Orru
Commit: GitHub
Merge pull request #20 from mgxm/feat/add_zig_cli_integration
Adds few Zig CLI commands
---
zig-mode.el | 138
elpasync pushed a change to branch elpa/zig-mode.
at acf3ee8 Add GitHub Actions
This branch includes the following new commits:
new 12fe3c9 Initial commit
new fead48b Initial revision.
new 0c23862 Aestethics.
new 52e3e20 README.
new c961
branch: elpa/yaml-mode
commit 63b637f846411806ae47e63adc06fe9427be1131
Merge: 3a57058 f49fb81
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #88 from scop/feature/magic-mode-alist
Add magic-mode-list entry
---
yaml-mode.el | 4
1 file changed, 4 insertions(+)
branch: elpa/swift-mode
commit b6f3664195cb7681a1aa9566dae9c9be74bd144c
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Update a few URLs
---
README.md | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b040e28..e359cd8 100644
--- a/RE
branch: elpa/zig-mode
commit f28e0fab7548dc6a3ffbde1c354d3be124116b20
Author: joachimschmidt557
Commit: joachimschmidt557
var has been changed to anytype
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index e805d49..f3b4c14 1006
branch: elpa/zig-mode
commit c298f910940e602db6d25d80756184b325fd65f6
Author: Andrea Orru
Commit: Andrea Orru
Updated to latest keywords
---
zig-mode.el | 60
1 file changed, 36 insertions(+), 24 deletions(-)
diff --git a/zig-mod
branch: elpa/zig-mode
commit 0c23862eba0085ff9bf91b6e686916ec2272ec83
Author: Andrea Orru
Commit: Andrea Orru
Aestethics.
---
zig-mode.el | 75 -
1 file changed, 29 insertions(+), 46 deletions(-)
diff --git a/zig-mode.el b/zig-mod
branch: elpa/swift-mode
commit 92119801203e2991543cbf943cc101673bd190bd
Author: taku0
Commit: taku0
Bump version to 2.1.2
---
swift-mode-beginning-of-defun.el | 2 +-
swift-mode-font-lock.el | 2 +-
swift-mode-indent.el | 2 +-
swift-mode-lexer.el | 2 +-
s
branch: elpa/zig-mode
commit 6a3522fce8800d84560db756d1d185781416a8ad
Merge: 88b429d 085bd30
Author: Andrea Orru
Commit: GitHub
Merge pull request #45 from joachimschmidt557/revert-rx
Revert "Use rx macro and add more possibilities for type annotations"
---
zig-mode.el | 31 +++
branch: elpa/zig-mode
commit b0eb489668d24d39841b25dede9a6359527b63eb
Author: serialdev
Commit: serialdev
[+] Guarantee Unix line endings to avoid compiler complaining with DOS
carriage return
---
zig-mode.el | 10 ++
1 file changed, 10 insertions(+)
diff --git a/zig-mode.el b/zig
branch: elpa/zig-mode
commit 7c6323ccdd5e30d94a222c857fd1c2a0340496d0
Author: Andrea Orru
Commit: Andrea Orru
orelse, f16, comptime_int, comptime_float
---
zig-mode.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/zig-mode.el b/zig-mode.el
index 85cb0aa..ddb14
branch: elpa/swift-mode
commit b135df3a2df146fc4c4b4e35a63a923579d9272b
Author: taku0
Commit: taku0
Fix output messages of the test
---
test/swift-mode-test-indent.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/test/swift-mode-test-indent.el b/test/swift-mode-te
branch: elpa/zig-mode
commit 88b429deefdd37cc307852df165f454e34c6ce9a
Merge: 8721255 87841c7
Author: Andrea Orru
Commit: GitHub
Merge pull request #46 from travv0/master
fix broken multiline string highlighting when string ends in blank line
---
zig-mode.el | 2 +-
1 file changed,
branch: elpa/zig-mode
commit 814657c5b6b0600ace78a7bbd216c3e90d611cfd
Author: Andrea Orru
Commit: Andrea Orru
Update syntax
---
zig-mode.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/zig-mode.el b/zig-mode.el
index b3a51e6..b4d6b1d 100644
--- a/zig-mo
branch: elpa/zig-mode
commit 107a67b3773fd757de9b0136c204b32dfe6bb4b6
Author: Jona Ekenberg
Commit: Jona Ekenberg
Runs `revert-buffer` after formatting on save.
---
zig-mode.el | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/zig-mode.el b/zig-mode.el
index d4c059
branch: elpa/swift-mode
commit 59dcd603848656c691f76cc5095ea354c307dbcf
Author: taku0
Commit: taku0
Fix errors in 24.4
---
.travis.yml | 7 +++
Makefile | 10 --
swift-mode-beginning-of-defun.el | 2 +-
swift-mode-font-lock.el
branch: elpa/swift-mode
commit ea77cf9157ed2a2bbf6874b6fbd15c2ca776f775
Author: taku0
Commit: taku0
Add comments
---
swift-mode-beginning-of-defun.el | 17 +++--
swift-mode-indent.el | 33 ++---
swift-mode-lexer.el | 23 ++
branch: elpa/zig-mode
commit 32aec7265f5189294456387606405710d156a563
Author: Josias
Commit: Josias
Add previous-line doc comments
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index 3a0299f..e805d49 100644
--- a/zig-mode.el
++
branch: elpa/zig-mode
commit a4f1e118a9303a06342d4849e55c4897675986e9
Author: Andrea Orru
Commit: Andrea Orru
Just disable syntactic indentation (it's broken)
---
zig-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index ddb14f6..2b635
branch: elpa/swift-mode
commit 55ce4e53f856626938b50f014c5f82947a628d6a
Author: taku0
Commit: taku0
Fix command name
---
swift-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swift-mode.el b/swift-mode.el
index 8a40113..d42d8a0 100644
--- a/swift-mode.el
+++ b/sw
branch: elpa/swift-mode
commit a07be7a34d4f677a28878f4b72a2095addc628fd
Author: taku0
Commit: taku0
Fix `swift-mode:beginning-of-defun`
Example:
@ABC
private func foo() {
}
---
swift-mode-lexer.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff
branch: elpa/zig-mode
commit d88580913586b8749ed0ac3ae228e825a68f9412
Merge: f9e5c57 f28e0fa
Author: Andrea Orru
Commit: GitHub
Merge pull request #30 from joachimschmidt557/var-anytype
var has been changed to anytype
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deleti
branch: elpa/zig-mode
commit b410d5a977b0c904f190227dceecfa878f70cc9a
Author: Matthew D. Steele
Commit: Matthew D. Steele
Add AppVeyor config
---
appveyor.yml | 6 ++
1 file changed, 6 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000..49998e3
--
branch: elpa/swift-mode
commit fa4f49182b541a34be712ce823b4bb4cde90ed75
Author: taku0
Commit: taku0
Add Emacs 25.3 and 26.1 to CI
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 4aa0638..3ca647d 100644
--- a/.travis.yml
+++ b/.travis.yml
branch: elpa/swift-mode
commit 0b1f29daa9e441dd7d24b6898131bdbcc14970c2
Author: taku0
Commit: taku0
Fix indentation of setter
---
swift-mode-lexer.el | 60 ++---
test/swift-files/declarations.swift | 22 ++
2 files changed, 58 inse
branch: elpa/zig-mode
commit 8df4efd316ac94ceb9be08dd09f3655b585c40d3
Merge: ffaffb7 859a4dc
Author: Andrea Orru
Commit: GitHub
Merge pull request #33 from joachimschmidt557/use-rx
Use rx macro and add more possibilities for type annotations
---
zig-mode.el | 31 ---
branch: elpa/zig-mode
commit f26f5d07a9e815bbf41a5410827c9544ade5f71b
Author: Matthew D. Steele
Commit: Matthew D. Steele
Add "Testing" and "License" sections to README.md
---
README.md | 26 ++
1 file changed, 26 insertions(+)
diff --git a/README.md b/README.md
ind
branch: elpa/swift-mode
commit acfc7fdf026532845fa433ad466149063a93e859
Author: taku0
Commit: taku0
Fix comments
---
Makefile | 1 +
doc/string_properties.png | Bin 39997 -> 67323 bytes
doc/string_properties.svg | 30 +++---
swift-mode-lexer.el
branch: elpa/swift-mode
commit a6d00b5683a181f6cf12e6c706d6322d9f15d7cc
Author: taku0
Commit: taku0
Simplify code
---
swift-mode-lexer.el | 17 -
1 file changed, 17 deletions(-)
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index 6739b0f..4f50177 100644
--- a/swift
branch: elpa/zig-mode
commit 1e75c04d33b6b07756607f9c5f82f459082b0913
Author: vent
Commit: vent
Remove irrelevant comment
---
zig-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/zig-mode.el b/zig-mode.el
index 2745f10..ae81dbd 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -326,
branch: elpa/swift-mode
commit 98920962adaaf42698fc847fbe7d9edcd58e50e9
Author: taku0
Commit: taku0
Bump version to 2.3.0
---
swift-mode-beginning-of-defun.el | 2 +-
swift-mode-font-lock.el | 2 +-
swift-mode-indent.el | 2 +-
swift-mode-lexer.el | 2 +-
s
branch: elpa/zig-mode
commit 87f4f16d482db2ad95166f5bd6d21bf7ef2b7000
Author: Xu Chunyang
Commit: Xu Chunyang
Escape ) and ] to avoding breaking Emacs Lisp syntax table
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index 172899
branch: elpa/systemd
commit 37541b27ce04000eb4a596083ce0e1bae32e7914
Author: Mark Oteiza
Commit: Mark Oteiza
add facility for browsing documentation
---
systemd-mode.el | 61 -
1 file changed, 60 insertions(+), 1 deletion(-)
diff --gi
branch: elpa/swift-mode
commit e8d9a5d7af59e8be25997b8b048d7c3e257cd0b0
Author: taku0
Commit: taku0
Bump version to 3.0.0
---
swift-mode-beginning-of-defun.el | 2 +-
swift-mode-font-lock.el | 2 +-
swift-mode-indent.el | 2 +-
swift-mode-lexer.el | 2 +-
s
branch: elpa/zig-mode
commit a716bdd051a7d9c796d0eabbce6dd3fecd2c4ca4
Author: Xu Chunyang
Commit: Xu Chunyang
Require Emacs v24.3 for setq-local
By the way, 24.3 was released 6 years ago (2013-03-11).
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
branch: elpa/systemd
commit 2e6309d2e2cb02852bec640ceac1610e4d054b7a
Author: Mark Oteiza
Commit: Mark Oteiza
add systemd-mode.el
---
systemd-mode.el | 88 +
1 file changed, 88 insertions(+)
diff --git a/systemd-mode.el b/systemd-mode.
branch: elpa/swift-mode
commit e3cb72b0ebdd4cf7e08b8188b692fbec17c8e90b
Author: taku0
Commit: taku0
Fix `swift-mode:forward-sexp` for `up-list` and `down-list`
---
swift-mode.el | 39 +--
1 file changed, 33 insertions(+), 6 deletions(-)
diff --git a/swif
branch: elpa/zig-mode
commit 3cac32b3e553f8153d80b168b0d0fc2471d83de7
Author: Xu Chunyang
Commit: Xu Chunyang
Drop #' since it's redundant
---
zig-mode.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/zig-mode.el b/zig-mode.el
index 26db290..61877e2 100644
-
branch: elpa/yaml-mode
commit 05ae757fa39c55ad5ed47b4175a15fd2e2934146
Author: Dmitry Gutov
Commit: Dmitry Gutov
Don't fall through the first case
---
yaml-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index 67f3e94..7c25cf2 10
branch: elpa/yaml-mode
commit 1c3ade410fb0bf5b6f2140b099f0ef96836ee74e
Merge: f378589 10dddc5
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #46 from pkulev/fix-typo
Fix typo in yaml-mode-version docstring
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1
branch: elpa/zig-mode
commit ab655a9d664a7b3c3d586af8996b980a6565faf6
Author: Xu Chunyang
Commit: Xu Chunyang
Add Commentary
---
zig-mode.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index e52acd6..2dd8140 100644
--- a/zig-mode.el
+++
branch: elpa/systemd
commit ac11adf59980fc2372ce0d07b88d4cda33fed26e
Author: Mark Oteiza
Commit: Mark Oteiza
add tunable for using either `man` or `woman`
---
systemd.el | 18 --
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/systemd.el b/systemd.el
index a5e
branch: elpa/yaml-mode
commit 831ef3a04e4d32ec3fa3d77a54dc7e7bc5b6fd81
Merge: 68fecb5 04c30ea
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #81 from strutt/master
Fix propertization for sequences of mappings with literal block
---
...yntax-highlighting-list-of-dic
branch: elpa/swift-mode
commit 56ee9b21242a055fc9a4f90b5eb666279e50abed
Author: taku0
Commit: taku0
Add comment style option
Now we can choose multiline comment styles.
Java style:
/**
* Foo
* Bar
*/
Swift Quick Help style:
branch: elpa/systemd
commit d03b70c12167c8773c9bd39f9a32af683951d45e
Author: Mark Oteiza
Commit: Mark Oteiza
derive from conf-mode
---
systemd.el | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/systemd.el b/systemd.el
index ea53ba5..3176116 100644
--- a/systemd.el
branch: elpa/zig-mode
commit 4eafa60ac44451cfc4b41ce8ae65e4471ddca296
Author: Marcio Giaxa
Commit: Marcio Giaxa
colorize compilation buffer
---
zig-mode.el | 7 +++
1 file changed, 7 insertions(+)
diff --git a/zig-mode.el b/zig-mode.el
index 519..294e0da 100644
--- a/zig-mode.el
++
branch: elpa/zig-mode
commit 28427978360525ba7d82f3ef2f740780dec08d20
Author: Andrea Orru
Commit: Andrea Orru
Fix builtins. Reorder tables.
---
zig-mode.el | 63 +
1 file changed, 26 insertions(+), 37 deletions(-)
diff --git a/zig
branch: elpa/swift-mode
commit 75f5214ed4c363a8155aab0a701cc3c23432b9a0
Author: taku0
Commit: taku0
Cleanup code
---
swift-mode-indent.el| 15 +++
test/swift-files/declarations.swift | 6 +++---
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/sw
branch: elpa/systemd
commit 4121a9a37b33fe9d22e440ccbb075cae3f66beb1
Author: Mark Oteiza
Commit: Mark Oteiza
section names can be prefixed with X-
---
systemd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd.el b/systemd.el
index d6ae0a2..7baf17f 100644
--- a/s
branch: elpa/zig-mode
commit 859a4dc4b71c6556bd3fadf61e0239ae72360aa2
Author: joachimschmidt557
Commit: joachimschmidt557
Use rx macro and add more possibilities for type annotations
---
zig-mode.el | 31 ---
1 file changed, 16 insertions(+), 15 deletions(-)
dif
branch: elpa/swift-mode
commit d68af3c8011e478a3c166ff61623502786a8bf7f
Author: taku0
Commit: taku0
Update copyright
---
swift-mode-font-lock.el| 2 +-
swift-mode-indent.el | 2 +-
swift-mode-lexer.el| 2 +-
swift-mode.el | 2 +-
test/swift-mod
branch: elpa/systemd
commit 921f8d0df8d5ea13946522337f75e67bdc16b21c
Author: Mark Oteiza
Commit: Mark Oteiza
nix systemd-use-company-p
---
systemd.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/systemd.el b/systemd.el
index 34ccedb..40f71ec 100644
--- a/syst
branch: elpa/zig-mode
commit fead48b6369e538c1f4c2c98d45d2d26fe973329
Author: Andrea Orru
Commit: Andrea Orru
Initial revision.
---
zig-mode.el | 135
1 file changed, 135 insertions(+)
diff --git a/zig-mode.el b/zig-mode.el
new f
branch: elpa/zig-mode
commit c961a6da3d31d50c816aae948c28ec29b9cb5ed1
Author: Andrea Orru
Commit: Andrea Orru
noreturn.
---
zig-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index a213a07..1732ce5 100644
--- a/zig-mode.el
+++ b/zig-m
branch: elpa/swift-mode
commit 5df00bc201232c0fccb8310da324b594e1e598f8
Author: taku0
Commit: taku0
Fix typo
---
test/swift-files/statements.swift | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/swift-files/statements.swift
b/test/swift-files/statements.swift
i
branch: elpa/systemd
commit 378eb3642c66918cf3202d1d6669a9048619f0ef
Author: Mark Oteiza
Commit: Mark Oteiza
nix some quotes. use some rx
---
systemd.el | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/systemd.el b/systemd.el
index 4
branch: elpa/zig-mode
commit 0babe7ec524f59d57c01e2fc66294d1afa01f5eb
Merge: 8ad244b 3e3c0d5
Author: Joachim Schmidt
Commit: GitHub
Merge pull request #59 from
eric-p-hutchins/params-with-optionals-pointers-and-arrays-oh-my
Fix font-lock of parameters with optional, pointer or arra
branch: elpa/swift-mode
commit 089853ca8555cf3fc7e179e85d768af67d93f51d
Author: taku0
Commit: taku0
Fix typo "identifer" to "identifier"
---
swift-mode-lexer.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index
branch: elpa/zig-mode
commit 8e0e6109e348a9427e7f85d6802972f62694f7d8
Author: Joel
Commit: Joel
Use (read-only-mode) instead of (toggle-read-only)
‘toggle-read-only’ was declared obsolete in emacs 24.3
---
zig-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff
branch: elpa/systemd
commit 0e793b05e2767f1737bd4085874cf1ba6cf07ced
Author: Mark Oteiza
Commit: Mark Oteiza
put the quotes back. faces are symbols
font-lock.el is an exception wrt defvar'ing faces, not the rule
---
systemd.el | 16
1 file changed, 8 insertions(+),
branch: elpa/zig-mode
commit e69ebc0d2506fcb3baac8b6982c81d069362f9f8
Author: Andrea Orru
Commit: Andrea Orru
and, or, @panic.
---
zig-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/zig-mode.el b/zig-mode.el
index 72acca2..a19c200 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@
branch: elpa/systemd
commit 67703af3148b37428a89b1d7ce9da5f5902541d0
Author: Mark Oteiza
Commit: Mark Oteiza
happy new year
---
systemd-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd-mode.el b/systemd-mode.el
index 2862129..7acb80f 100644
--- a/systemd-m
branch: elpa/swift-mode
commit 25944c2a98a8f78453e14591884a940c64740347
Author: taku0
Commit: taku0
Add test for beginning/end-of-defun
---
swift-mode-beginning-of-defun.el | 12 +-
swift-mode-lexer.el| 8 +-
swift-mode.el
branch: elpa/systemd
commit c22a2ff4feb1cdfe8ad6e12553071f7ee08c53a8
Author: Mark Oteiza
Commit: Mark Oteiza
update Makefile
---
Makefile | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 56bf300..74506ec 100644
--- a/Makefile
+++ b/M
branch: elpa/zig-mode
commit 9a252ebd4ccd8a30abef3d9ed0ecb510e3d88844
Author: Andrea Orru
Commit: GitHub
Update README.md
---
README.md | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index fb4d89b..4031c51 100644
--- a/README.md
+++ b/README.
branch: elpa/swift-mode
commit b5602c16f250561121e2aa09b62202ecdc312a05
Author: taku0
Commit: taku0
Add beginning/end-of-sentence to README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 331802c..61e0ee8 100644
--- a/README.md
+++ b/README
branch: elpa/zig-mode
commit c5315ff33668d1f545c83242f81e0a6a2f5c7959
Author: Matthew D. Steele
Commit: Matthew D. Steele
Apply font-lock-doc-face to doc comments (for issue #5)
---
zig-mode.el | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/zig-mode.el
branch: elpa/yaml-mode
commit 40067a10ac1360f0b9533f02eea128e2574d
Merge: 3fc5a33 78b3ba5
Author: Vasilij Schneidermann
Commit: GitHub
Merge pull request #62 from ts4z/master
fill while in a comment should behave as in text modes
---
yaml-mode.el | 8 +---
1 file changed, 5
branch: elpa/systemd
commit 9265ef89ffd4d1cbdd2f650e965cf407f5267200
Author: Mark Oteiza
Commit: Mark Oteiza
update section lists
there are very many different specialized network sections now. only
a subset of them have been added here
---
systemd.el | 13 -
1 fil
branch: elpa/systemd
commit 0a4b6c49d381ec8cd5023c0d85d32a795e18a1ed
Author: Mark Oteiza
Commit: Mark Oteiza
shrug
---
systemd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd.el b/systemd.el
index a96f4cd..819c0f8 100644
--- a/systemd.el
+++ b/systemd.el
@@ -1
branch: elpa/zig-mode
commit b7731275e12ccb5cfea92153b9cc6ea8effc4bab
Author: Matthew D. Steele
Commit: Matthew D. Steele
Initial implementation of indent-line-function
---
run_tests.sh | 9
tests.el | 137 +++
zig-mode.el
branch: elpa/yaml-mode
commit 00c2428122908edb99a1966c855fb42912b5db8d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix typo
---
Changes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 819930b..5eaf7d3 100644
--- a/Changes
+++ b/Changes
@@ -45,
branch: elpa/yaml-mode
commit 4377ee536271924424578642b73dc04994290663
Author: yoshiki
Commit: yoshiki
Apply patch from k-nagano
git-svn-id:
http://svn.clouder.jp/repos/public/yaml-mode/branches/TEST-KNAGANO-PATCH@78
c9fe89ab-c918-0410-b9be-faebe9bd2962
---
yaml-mode.el | 2
branch: elpa/swift-mode
commit 8c45f69a078c41619a7a3db6d54a732c3fad8e3f
Author: taku0
Commit: taku0
Bump version to 4.0.1
---
swift-mode-beginning-of-defun.el | 2 +-
swift-mode-font-lock.el| 2 +-
swift-mode-indent.el | 2 +-
swift-mode-l
1101 - 1200 of 2568 matches
Mail list logo