[elpa] externals/phps-mode 9d3f644 032/405: Separated indentation tests for lexer tests

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 9d3f6447e56650765d29c9e03c7ddabb8b758385 Author: Christian Johansson Commit: Christian Johansson Separated indentation tests for lexer tests --- Makefile | 12 ++-- README.md | 10 +-- phps-test-functions.el | 76

[elpa] externals/phps-mode 394f7ae 017/405: Fixed issue with empty strings before non-empty strings

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 394f7aed8ac2c47acfdaaed21aae1b31e4e5ab61 Author: Christian Johansson Commit: Christian Johansson Fixed issue with empty strings before non-empty strings --- phps-lexer.el | 106 ++--- sample-php-files/cl

[elpa] externals/phps-mode 64a3ca8 014/405: Modified start and end for single and double quoted strings

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 64a3ca8818d3fe043cbed0b96e9d7d3dc0834bec Author: Christian Johansson Commit: Christian Johansson Modified start and end for single and double quoted strings --- phps-lexer.el | 8 phps-test-lexer.el | 6 +++--- 2 files changed, 7 insertions(+

[elpa] externals/phps-mode 7fa9fdb 024/405: More unit tests for lexing comments and doc comments

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 7fa9fdbd99677f6c9de02b2e1d676dd303ed Author: Christian Johansson Commit: Christian Johansson More unit tests for lexing comments and doc comments --- phps-test-lexer.el | 5 + 1 file changed, 5 insertions(+) diff --git a/phps-test-lexer.el b/phps-

[elpa] externals/phps-mode ce656a5 006/405: More general cleaning up

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit ce656a57256030c3f421c449b6c0b4a252d83998 Author: Christian Johansson Commit: Christian Johansson More general cleaning up --- phps-automation.el | 8 +++-- phps-flymake.el | 3 +- phps-font-lock.el| 93 +

[elpa] externals/phps-mode f3205d5 011/405: Fixed lexing of basic tokens

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit f3205d56c5244a8a6bd36a68a6e5f133cd032d8f Author: Christian Johansson Commit: Christian Johansson Fixed lexing of basic tokens --- phps-lexer.el | 8 ++-- phps-test-lexer.el | 9 +++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --g

[elpa] externals/phps-mode e3a060a 026/405: Handles script breaking single-line comments

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e3a060acef2c726c2d3c3c3986b7000f6c1caddc Author: Christian Johansson Commit: Christian Johansson Handles script breaking single-line comments --- phps-lexer.el | 6 -- phps-test-lexer.el | 7 +++ 2 files changed, 11 insertions(+), 2 deletions(

[elpa] externals/phps-mode 4fa9341 030/405: Started with unit tests for indentation

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 4fa93419dab111cb8fbbb185fc35987ea3c41ee2 Author: Christian Johansson Commit: Christian Johansson Started with unit tests for indentation --- phps-lexer.el | 28 ++-- phps-test-lexer.el | 18 ++ s

[elpa] externals/phps-mode 5a6a96b 012/405: Added another test

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 5a6a96bbcd32480fdf10f65ac747c9bf6eae419d Author: Christian Johansson Commit: Christian Johansson Added another test --- phps-test-lexer.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/phps-test-lexer.el b/phps-test-lexer.el index 78a0674..0d32

[elpa] externals/phps-mode bf59f0a 023/405: More unit tests for getting point lex information

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit bf59f0aab3ef7bad1916dae6efb753c764aa1df4 Author: Christian Johansson Commit: Christian Johansson More unit tests for getting point lex information --- phps-test-lexer.el | 30 ++ 1 file changed, 30 insertions(+) diff --git a/ph

[elpa] externals/phps-mode dd8d800 004/405: Using coloring overlay for comments as well

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit dd8d800dd3a2e8588e70638dad733c0fe4737cb5 Author: Christian Johansson Commit: Christian Johansson Using coloring overlay for comments as well --- phps-lexer.el | 3 +-- tests/php/class.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff

[elpa] externals/phps-mode 95e749e 028/405: Started with indentation function

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 95e749e69fbc68b705ade0a453846af47e7fb9ac Author: Christian Johansson Commit: Christian Johansson Started with indentation function --- phps-functions.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/phps-functions.el b/php

[elpa] externals/phps-mode 1b891ea 031/405: More work on indentation and related tests

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 1b891ea83c61fbd3bd745b8fd65186d3c3718ea8 Author: Christian Johansson Commit: Christian Johansson More work on indentation and related tests --- phps-functions.el | 25 +++-- phps-lexer.el | 105 ++-

[elpa] externals/phps-mode 47440dd 036/405: Added test for decreasing indentation with letters

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 47440ddc6c74a161c7de015bd3132e59a4b9d672 Author: Christian Johansson Commit: Christian Johansson Added test for decreasing indentation with letters --- phps-functions.el | 3 ++- phps-test-functions.el | 9 - 2 files changed, 10 insertions(+),

[elpa] externals/phps-mode a724438 010/405: Handled lexing with empty single and double quote string

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit a7244384cf8b403235b7a1ed51888eadad7b1afa Author: Christian Johansson Commit: Christian Johansson Handled lexing with empty single and double quote string --- phps-lexer.el | 39 ++- phps-test-lexer.el | 25 +

[elpa] externals/phps-mode d839f8a 029/405: More work on indentation support

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit d839f8aa113d523d50cd8fcc57b1519c283b5293 Author: Christian Johansson Commit: Christian Johansson More work on indentation support --- phps-functions.el | 18 +++--- phps-test-lexer.el | 9 + 2 files changed, 16 insertions(+), 11 delet

[elpa] externals/phps-mode 8ed0716 022/405: Started with unit tests for getting point lexer data

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 8ed0716dd920d8a8ab7bdf484bc79c656773ceb5 Author: Christian Johansson Commit: Christian Johansson Started with unit tests for getting point lexer data --- phps-lexer.el | 36 phps-test-lexer.el | 13 ++--- 2

[elpa] externals/phps-mode 09daec3 052/405: Foundation for incremental lexer and syntax colorer completed

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 09daec397a5ffd17c4a0e852b26bcee7c7bae367 Author: Christian Johansson Commit: Christian Johansson Foundation for incremental lexer and syntax colorer completed --- phps-functions.el | 9 ++--- phps-lexer.el | 46

[elpa] externals/phps-mode bf633d2 061/405: Added test for indent of final line of doc comment block

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit bf633d2d60859e196a1094a0097aae8c8f973699 Author: Christian Johansson Commit: Christian Johansson Added test for indent of final line of doc comment block --- phps-functions.el | 8 +--- phps-test-functions.el | 10 +- 2 files changed, 14

[elpa] externals/phps-mode be46d9c 044/405: Added lexer autoload to functions

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit be46d9ca6ad12013b53164969f17c7ecd056d209 Author: Christian Johansson Commit: Christian Johansson Added lexer autoload to functions --- phps-functions.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phps-functions.el b/phps-functi

[elpa] externals/phps-mode c64b3b4 008/405: More work on lexer tests

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit c64b3b402ad8ccc2771313927f935e9cb7cdfc2e Author: Christian Johansson Commit: Christian Johansson More work on lexer tests --- phps-lexer.el| 42 +++--- phps-syntax-table.el | 1 + phps-test-lexer.el | 16 +

[elpa] externals/phps-mode b437374 040/405: Fixed bug in parsing of object parameters inside double quoted string

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit b437374df6aea5643e49ae489beb29592d9ba9f5 Author: Christian Johansson Commit: Christian Johansson Fixed bug in parsing of object parameters inside double quoted string --- phps-lexer.el | 7 --- phps-test-lexer.el | 12 ++-- 2 files change

[elpa] externals/phps-mode 31ca9d5 007/405: More cleaning up

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 31ca9d5506e2c5ee5705da54816d84e2311ca2b7 Author: Christian Johansson Commit: Christian Johansson More cleaning up --- README.md| 20 ++- phps-keywords.wy | 400 --- 2 files changed, 18 insertions

[elpa] externals/phps-mode 79040dc 005/405: Some cleaning up

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 79040dcdb9427d618a215e0a1610647fc624183d Author: Christian Johansson Commit: Christian Johansson Some cleaning up --- phps-semantic.el | 481 + phps-tags.el | 66

[elpa] externals/phps-mode c6e5255 038/405: Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit c6e52554c95ad38923f178a89225f0a21489fcbe Merge: 6776468 47440dd Author: Christian Johansson Commit: Christian Johansson Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode

[elpa] externals/phps-mode 7d0cd36 002/405: Updated goals

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 7d0cd36dbe9e5b837b79392a82501634ea66e70c Author: Christian Johansson Commit: Christian Johansson Updated goals --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04ba636..d29d10b 100644 --- a/README.md +++ b/REA

[elpa] externals/phps-mode 5c0568b 033/405: Added some basic unit tests for indentation

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 5c0568bac426fb2724a7741293f9040c1fdb431d Author: Christian Johansson Commit: Christian Johansson Added some basic unit tests for indentation --- phps-test-functions.el | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/phps

[elpa] externals/phps-mode de771b5 019/405: Added more unit tests

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit de771b5dd89820d1b98eb90b3a687b19b468320b Author: Christian Johansson Commit: Christian Johansson Added more unit tests --- phps-test-lexer.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/phps-test-lexer.el b/phps-test-lexer.el index 781

[elpa] externals/phps-mode c625217 042/405: Added flag for PSR-2 white-space settings

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit c625217d81227b31c09cf37fd34758f9c402163b Author: Christian Johansson Commit: Christian Johansson Added flag for PSR-2 white-space settings --- phps-functions.el | 18 ++ phps-mode.el | 3 +++ phps-syntax-table.el | 10

[elpa] externals/phps-mode be078dc 020/405: Updated readme

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit be078dc411b8567573caf1a46700f3e5a5deeb70 Author: Christian Johansson Commit: Christian Johansson Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6853e33..090c8de 100644 ---

[elpa] externals/phps-mode 3ea8c64 003/405: Added license

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 3ea8c640f82388910d0318d3e8c7756e6f3a2c67 Author: Christian Johansson Commit: Christian Johansson Added license --- LICENSE | 674 1 file changed, 674 insertions(+) diff --git a/LICENSE b/LIC

[elpa] externals/phps-mode c040358 046/405: Point lexer token information makes more sense

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit c040358b555a1e157b055da5c7a1b7e08d2718ae Author: Christian Johansson Commit: Christian Johansson Point lexer token information makes more sense --- phps-lexer.el | 28 phps-test-lexer.el | 18 ++ 2 files ch

[elpa] externals/phps-mode 3202213 025/405: Added another unit test for lexer

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 32022133af3e8471e8cd384137ad5784b67488fe Author: Christian Johansson Commit: Christian Johansson Added another unit test for lexer --- phps-test-lexer.el | 5 + 1 file changed, 5 insertions(+) diff --git a/phps-test-lexer.el b/phps-test-lexer.el index

[elpa] externals/phps-mode 94492c4 048/405: Added changes tracking to functions from lexer

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 94492c4780ec9df2b678569b2292bf4518e867f4 Author: Christian Johansson Commit: Christian Johansson Added changes tracking to functions from lexer --- phps-functions.el | 16 phps-lexer.el | 13 - phps-test-functions

[elpa] externals/phps-mode 184dfa5 034/405: Indentation outside PHP now does nothing

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 184dfa5494652263df2f2d244edebaf4eda26530 Author: Christian Johansson Commit: Christian Johansson Indentation outside PHP now does nothing --- phps-functions.el | 3 ++- phps-test-functions.el | 8 2 files changed, 10 insertions(+), 1 deletion

[elpa] externals/phps-mode 795053b 013/405: Lexer unit tests using start and ends as well

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 795053b284c93cb2793f402dcbf224c46544db83 Author: Christian Johansson Commit: Christian Johansson Lexer unit tests using start and ends as well --- phps-lexer.el | 10 +++- phps-test-lexer.el | 158 ++---

[elpa] externals/phps-mode e1b7160 053/405: (newline-and-indent) now working

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e1b71600d5a1b1c488d2ec15fec0af9ecd6112c6 Author: Christian Johansson Commit: Christian Johansson (newline-and-indent) now working --- phps-functions.el | 97 +++ 1 file changed, 48 insertions(+), 49 delet

[elpa] branch externals/phps-mode created (now f5c2072)

2019-07-13 Thread Stefan Monnier
monnier pushed a change to branch externals/phps-mode. at f5c2072 Updated copyright for inclusion in ELPA This branch includes the following new commits: new 3837d9c My initial commit new 7d0cd36 Updated goals new 3ea8c64 Added license new dd8d800

[elpa] externals/phps-mode 6776468 037/405: Started worked with adding references to tokens from point meta information

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 6776468629623218fd69c4df6b285b6e6bf6ba2a Author: Christian Johansson Commit: Christian Johansson Started worked with adding references to tokens from point meta information --- phps-functions.el | 3 ++- phps-lexer.el | 15 --- p

[elpa] externals/phps-mode 41c4fbb 009/405: Lexer unit tests now working

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 41c4fbb46383378aa0e6a96ccbb9b9a9633c5da6 Author: Christian Johansson Commit: Christian Johansson Lexer unit tests now working --- phps-lexer.el| 104 --- phps-syntax-table.el | 7 +++- phps-test-lex

[elpa] externals/phps-mode 2475734 018/405: Improved logic for single quoted strings

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 247573451cb3e96b0f7e2cdc2b6248c55881def9 Author: Christian Johansson Commit: Christian Johansson Improved logic for single quoted strings --- phps-lexer.el | 47 -- sample-php-files/class.php | 1 +

[elpa] externals/phps-mode 3824abf 060/405: Resolved indent with trailing parenthesis

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 3824abf1a70e064e95b952a8412934af0840c3c6 Author: Christian Johansson Commit: Christian Johansson Resolved indent with trailing parenthesis --- phps-functions.el | 9 + phps-test-functions.el | 4 2 files changed, 9 insertions(+), 4 deleti

[elpa] externals/phps-mode b629c4b 050/405: Updated comments and TODOs

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit b629c4b916653f490c383db9c13443ec38c45bf8 Author: Christian Johansson Commit: Christian Johansson Updated comments and TODOs --- phps-functions.el | 3 ++- phps-lexer.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/phps-functions

[elpa] externals/phps-mode 58300fd 070/405: More updates of readme

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 58300fd90bb3e5b35400c015ed5372dd6e76a1d7 Author: Christian Johansson Commit: Christian Johansson More updates of readme --- README.md | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 506b1d6..

[elpa] externals/phps-mode abcfd01 021/405: Started with function to gather current point data

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit abcfd01b57d7a05896ef699c78db4087c75eea03 Author: Christian Johansson Commit: Christian Johansson Started with function to gather current point data --- README.md | 3 ++- phps-functions.el | 11 --- phps-lexer.el

[elpa] externals/phps-mode b3a6308 015/405: Added hook for resetting lexer variables

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit b3a6308dc46105ee450866f97f2d16e25d5744c2 Author: Christian Johansson Commit: Christian Johansson Added hook for resetting lexer variables --- phps-lexer.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/phps-lexer.el b/phps-lexe

[elpa] externals/phps-mode e36d477 045/405: token-number from point now is the same format as (nth)

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e36d477d299b177e45104d8a87266d28bd49dd6a Author: Christian Johansson Commit: Christian Johansson token-number from point now is the same format as (nth) --- phps-lexer.el | 7 +++ phps-test-lexer.el | 16 2 files changed, 11 inse

[elpa] externals/phps-mode 7161184 041/405: Handles stacked states better

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 7161184dfe6e001481649e7b689c50db113177dd Author: Christian Johansson Commit: Christian Johansson Handles stacked states better --- phps-lexer.el | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/phps-lexer.el b/phps-lexe

[elpa] externals/phps-mode f6e3ce4 027/405: Added another test for comments

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit f6e3ce4b8e09d7e199d79b82bd291681eb0ce36c Author: Christian Johansson Commit: Christian Johansson Added another test for comments --- phps-test-lexer.el | 4 1 file changed, 4 insertions(+) diff --git a/phps-test-lexer.el b/phps-test-lexer.el index 95

[elpa] externals/phps-mode c4a8ca5 016/405: Free lexer tokens does not have properties anymore

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit c4a8ca59f82cc3005439c6dbf6259f2065b65354 Author: Christian Johansson Commit: Christian Johansson Free lexer tokens does not have properties anymore --- phps-lexer.el | 60 +++--- sample-php-files/class.p

[elpa] externals/phps-mode 6c597fb 065/405: Updated readme

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 6c597fb30d3d66af1b83f0da11754dec7263df48 Author: Christian Johansson Commit: Christian Johansson Updated readme --- README.md | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f8fc3e..927b753 10064

[elpa] externals/phps-mode efcefde 035/405: Added support for closing parenthesis and braces

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit efcefde38812c77f851c197254e1f83d97656f92 Author: Christian Johansson Commit: Christian Johansson Added support for closing parenthesis and braces --- phps-functions.el | 14 ++ phps-test-functions.el | 16 +++- 2 files changed,

[elpa] externals/phps-mode cd1fdee 106/405: *** empty log message ***

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit cd1fdeeb27604883a0699ee3996508adcdc8d755 Author: Christian Johansson Commit: Christian Johansson *** empty log message *** --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ef6b8fa..43a21c1 100

[elpa] externals/phps-mode 86ec35f 066/405: Incremental lexer working somewhat

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 86ec35fb8b7b9e301e702d13c792ba6c4bed107d Author: Christian Johansson Commit: Christian Johansson Incremental lexer working somewhat --- phps-functions.el | 14 ++ phps-lexer.el | 39 +++ 2 files changed,

[elpa] externals/phps-mode c57fb5b 073/405: Improved indentation of trailing opening brace

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit c57fb5b22f8fdfb3efa2a11a97a59ad1e6ab7851 Author: Christian Johansson Commit: Christian Johansson Improved indentation of trailing opening brace --- phps-functions.el | 19 ++- phps-lexer.el | 2 +- phps-test-functions.el | 10

[elpa] externals/phps-mode 89b12ab 084/405: Added autoloads and fixed bug with assigning variable

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 89b12abf79bbb31d78f404915af35b5746ea186c Author: Christian Johansson Commit: Christian Johansson Added autoloads and fixed bug with assigning variable --- phps-functions.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phps-functi

[elpa] externals/phps-mode 7688cd7 111/405: Got incremental lexer working after renaming again

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 7688cd726aca4bcd6178a5c11932169305c54cc4 Author: Christian Johansson Commit: Christian Johansson Got incremental lexer working after renaming again --- phps-mode-functions.el | 20 phps-mode-lexer.el | 14 +++--- 2 files ch

[elpa] externals/phps-mode ec71e15 074/405: Fixed bug where token-numbers are not defined

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit ec71e150c7a973510febe2794c93ecf430561025 Author: Christian Johansson Commit: Christian Johansson Fixed bug where token-numbers are not defined --- phps-functions.el | 4 +++- sample-php-files/class.php | 12 2 files changed, 15 inser

[elpa] externals/phps-mode 236f05e 071/405: Updated makefile to not use hard-coded path to emacs

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 236f05ea1fabff2f805f25f9dd7972c73a9852dd Author: Christian Johansson Commit: Christian Johansson Updated makefile to not use hard-coded path to emacs --- Makefile | 16 +++- README.md | 8 +++- 2 files changed, 14 insertions(+), 10 deleti

[elpa] externals/phps-mode 94d4814 078/405: Added test for moving lexer tokens

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 94d48149a0e9f32a459bae52b931fe75864594fe Author: Christian Johansson Commit: Christian Johansson Added test for moving lexer tokens --- phps-lexer.el | 6 +++--- phps-test-lexer.el | 11 +++ 2 files changed, 14 insertions(+), 3 deletions(-)

[elpa] externals/phps-mode 6ac718c 104/405: Removed non-breaking space from syntax table

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 6ac718c6c9a7664c8cbf6b4d8b3ed4b5e3646ba8 Author: Christian Johansson Commit: Christian Johansson Removed non-breaking space from syntax table --- phps-syntax-table.el | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/phps-syntax-tabl

[elpa] externals/phps-mode 8c919ac 087/405: Added failing indentation test

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 8c919ac9efc191ddf1b34a868c65eca158cc64ee Author: Christian Johansson Commit: Christian Johansson Added failing indentation test --- README.md | 11 ++- phps-test-functions.el | 8 2 files changed, 18 insertions(+), 1 deletion

[elpa] externals/phps-mode e340279 082/405: Added unit tests for moving lexer-state positions

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e340279f93bf060ed76568e15d00bd306cf411c3 Author: Christian Johansson Commit: Christian Johansson Added unit tests for moving lexer-state positions --- phps-lexer.el | 41 +++-- phps-test-lexer.el | 53 ++

[elpa] externals/phps-mode 67f9a7a 057/405: Moved lexer-get-point-data to functions

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 67f9a7a235eb1f78a75e18b378ce9a08fb87178d Author: Christian Johansson Commit: Christian Johansson Moved lexer-get-point-data to functions --- phps-functions.el | 81 -- phps-lexer.el | 76 ---

[elpa] externals/phps-mode 69ced0d 090/405: Added another unit test for failed indentation

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 69ced0da4969bb69bc5c0aebfb9f830a91cc5e37 Author: Christian Johansson Commit: Christian Johansson Added another unit test for failed indentation --- phps-test-functions.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/phps-test-functions.el b/p

[elpa] externals/phps-mode e30ac0c 083/405: Started implementation of moving lexer and state position when

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e30ac0ca253b6d96970eb44fe0d4571f8414c1d0 Author: Christian Johansson Commit: Christian Johansson Started implementation of moving lexer and state position when indenting to save time --- phps-functions.el | 27 +-- phps-lexer.el

[elpa] externals/phps-mode a10cc79 085/405: Debugging a indentation case

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit a10cc79d825a81991da4eaa24ce5294ee237b85f Author: Christian Johansson Commit: Christian Johansson Debugging a indentation case --- phps-functions.el | 23 +++ phps-test-functions.el | 14 -- 2 files changed, 19 insertion

[elpa] externals/phps-mode 3272991 110/405: Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 3272991591639a0313552c477e50785791bf57c1 Merge: 529042e 6ac718c Author: Christian Johansson Commit: Christian Johansson Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode

[elpa] externals/phps-mode f79cf4f 081/405: Started on function for moving lexer states

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit f79cf4f5f6fab10f56a291c896f6df3f1a335fda Author: Christian Johansson Commit: Christian Johansson Started on function for moving lexer states --- phps-lexer.el | 17 +++-- phps-test-lexer.el | 16 2 files changed, 23 insert

[elpa] externals/phps-mode 41ef691 112/405: Fixed lint warning of unused variables

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 41ef691d6eb2bbcd63f2cccec1b87b0ff9ad62aa Author: Christian Johansson Commit: Christian Johansson Fixed lint warning of unused variables --- phps-mode-lexer.el | 41 ++--- 1 file changed, 18 insertions(+), 23 deletions(-)

[elpa] externals/phps-mode e249124 152/405: Prevent negative indent

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e249124491c3c910c30a9ce61fcb369762cb5e80 Author: Christian Johansson Commit: Christian Johansson Prevent negative indent --- phps-mode-functions.el | 3 ++- phps-mode-test-functions.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff -

[elpa] externals/phps-mode 16d8056 144/405: Foundation for new indentation tests completed

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 16d80562391d6778223183eaa3bfe80458a6e51b Author: Christian Johansson Commit: Christian Johansson Foundation for new indentation tests completed --- phps-mode-test-functions.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/

[elpa] externals/phps-mode b852f5f 160/405: All tests for indentation passes

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit b852f5fd1db23a1891f5655e17882852bfa5570d Author: Christian Johansson Commit: Christian Johansson All tests for indentation passes --- phps-mode-functions.el | 16 +--- phps-mode-test-functions.el | 6 +++--- 2 files changed, 12 insertions

[elpa] externals/phps-mode 3740660 095/405: Get point-data now collects information about square brackets

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 37406602856c1528c174dac5b79016424a10b8e9 Author: Christian Johansson Commit: Christian Johansson Get point-data now collects information about square brackets --- phps-functions.el | 42 +- phps-test-functions.e

[elpa] externals/phps-mode be35ed6 127/405: Added sample files for inline and alternative control structures

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit be35ed6f06a22c3640adc3dfe1649ec319000312 Author: Christian Johansson Commit: Christian Johansson Added sample files for inline and alternative control structures --- sample-php-files/alternative-control-structure.php | 22 ++ sample-php

[elpa] externals/phps-mode 0b3ced4 145/405: First test for new indentation function passes

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 0b3ced435710c7685477db67a605c3aa66246ad9 Author: Christian Johansson Commit: Christian Johansson First test for new indentation function passes --- phps-mode-functions.el | 28 1 file changed, 16 insertions(+), 12 deletions(-)

[elpa] externals/phps-mode feb5724 039/405: Various debug work

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit feb57241345c4e55fdec6ea6ea310cecb3314215 Author: Christian Johansson Commit: Christian Johansson Various debug work --- phps-lexer.el | 10 ++ phps-test-lexer.el | 23 --- 2 files changed, 26 insertions(+), 7 deletions(-)

[elpa] externals/phps-mode 9792f70 133/405: Cleaning up code gather point meta information

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 9792f70d0863a9ae12ed8f25a1eaee0c94e7f94e Author: Christian Johansson Commit: Christian Johansson Cleaning up code gather point meta information --- phps-mode-functions.el | 41 + 1 file changed, 17 insertions(+), 24

[elpa] externals/phps-mode 3f4c344 056/405: Fixed detection of doc comment blocks

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 3f4c344fbaeb8d031afdc431b71e5f28bd32e38d Author: Christian Johansson Commit: Christian Johansson Fixed detection of doc comment blocks --- phps-lexer.el | 26 -- phps-test-functions.el | 3 ++- phps-test-lexer.el | 5

[elpa] externals/phps-mode 1be9270 068/405: Updated README

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 1be92700bdf2693cf24e277f7e16392a6454c20d Author: Christian Johansson Commit: Christian Johansson Updated README --- README.md | 1 + phps-lexer.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 927b753

[elpa] externals/phps-mode a61cb8b 062/405: Fixed issue with doc comment indentation

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit a61cb8ba0b1ceb8f35e0f293a36ccae50a8aa5f5 Author: Christian Johansson Commit: Christian Johansson Fixed issue with doc comment indentation --- phps-functions.el | 13 - sample-php-files/class.php | 2 +- 2 files changed, 9 insertions(+

[elpa] externals/phps-mode 5e30a65 076/405: Added TODO items

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 5e30a6575db7057cbff3807ddc92912c421fca36 Author: Christian Johansson Commit: Christian Johansson Added TODO items --- phps-functions.el | 6 ++ phps-test-functions.el | 9 + 2 files changed, 15 insertions(+) diff --git a/phps-functions.el

[elpa] externals/phps-mode da1d1de 051/405: Temporary lexer after change until other work is ready

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit da1d1de15d3652fdfda30380cfcd7bd7ebf4c76c Author: Christian Johansson Commit: Christian Johansson Temporary lexer after change until other work is ready --- phps-functions.el | 3 ++- phps-lexer.el | 7 +-- sample-php-files/class.p

[elpa] externals/phps-mode 8aa1ab6 059/405: Another test for getting point data inside doc block

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 8aa1ab684369fac35af4ac38f7bfd81f571c60bd Author: Christian Johansson Commit: Christian Johansson Another test for getting point data inside doc block --- phps-test-functions.el | 5 + 1 file changed, 5 insertions(+) diff --git a/phps-test-functions.el

[elpa] externals/phps-mode 99dfc68 067/405: Incremental-lexer deletes affected overlays

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 99dfc686eb3abf6d8137d3b0d6e28ee92661d470 Author: Christian Johansson Commit: Christian Johansson Incremental-lexer deletes affected overlays --- phps-lexer.el | 5 + 1 file changed, 5 insertions(+) diff --git a/phps-lexer.el b/phps-lexer.el index bd0a

[elpa] externals/phps-mode 7e2e902 126/405: Fixed a unit test

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 7e2e902b849fddf5190d93bf465ece64ecf01f34 Author: Christian Johansson Commit: Christian Johansson Fixed a unit test --- phps-mode-test-functions.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phps-mode-test-functions.el b/phps-

[elpa] externals/phps-mode 89fac0b 094/405: Added another unit test for bracket less conditional

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 89fac0b843f93a0f919d36a1e9dbb245a9c69902 Author: Christian Johansson Commit: Christian Johansson Added another unit test for bracket less conditional --- phps-test-functions.el | 14 ++ 1 file changed, 14 insertions(+) diff --git a/phps-test-f

[elpa] externals/phps-mode 7279913 113/405: Improved TODOs

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 7279913039bf790249625d52bcc4ff29792b0a9d Author: Christian Johansson Commit: Christian Johansson Improved TODOs --- phps-mode-test-functions.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/phps-mode-test-functions.el b/phps-mode

[elpa] externals/phps-mode baab77a 121/405: Unit tests for inline control structures working

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit baab77ae322c60e9a14e8471374c3c07fb09081b Author: Christian Johansson Commit: Christian Johansson Unit tests for inline control structures working --- phps-mode-functions.el | 18 ++ phps-mode-test-functions.el | 6 +++--- 2 files chan

[elpa] externals/phps-mode f7f931a 092/405: Added another failing indentation test

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit f7f931a5049f4284d28185e36d5faa8113867d16 Author: Christian Johansson Commit: Christian Johansson Added another failing indentation test --- phps-mode.el | 2 +- phps-test-functions.el | 14 +- 2 files changed, 10 insertions(+), 6 del

[elpa] externals/phps-mode 9c4a3ba 117/405: More work on alternative control structures

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 9c4a3ba7090536a3a03cc324a2a75ecadf681bf2 Author: Christian Johansson Commit: Christian Johansson More work on alternative control structures --- phps-mode-functions.el | 43 +++ 1 file changed, 31 insertions(+), 12 d

[elpa] externals/phps-mode ba8165a 063/405: Fixed bug with brace count not including braces inside double quoted strings

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit ba8165afd99bee6e839d17dfa69676ded1e98466 Author: Christian Johansson Commit: Christian Johansson Fixed bug with brace count not including braces inside double quoted strings --- phps-functions.el | 4 phps-test-functions.el | 8 2 files

[elpa] externals/phps-mode 0ca9fe8 058/405: Detection of point inside doc comment block improved

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 0ca9fe8ed30c99a573976def04fc6458b38330ca Author: Christian Johansson Commit: Christian Johansson Detection of point inside doc comment block improved --- phps-functions.el | 39 +-- phps-test-functions.el | 12 +

[elpa] externals/phps-mode 0a32b17 161/405: Improved calculation for indentation for multi-line assignments

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 0a32b17da840d4e05729252a2fffdb9a6d92792c Author: Christian Johansson Commit: Christian Johansson Improved calculation for indentation for multi-line assignments --- phps-mode-functions.el | 5 - phps-mode-test-functions.el | 16 ++--

[elpa] externals/phps-mode 90d059c 064/405: Fixed bug in incremental lexer logic

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 90d059cca8120b659e61835f67302ce4e63cadcf Author: Christian Johansson Commit: Christian Johansson Fixed bug in incremental lexer logic --- phps-lexer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phps-lexer.el b/phps-lexer.el in

[elpa] externals/phps-mode a8561ab 096/405: Updated unit test for get-point-data with support for square brackets

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit a8561ab202c2a2611b93bf954bba02e82cc036b9 Author: Christian Johansson Commit: Christian Johansson Updated unit test for get-point-data with support for square brackets --- phps-functions.el | 2 ++ phps-test-functions.el | 37 ++---

[elpa] externals/phps-mode 287d934 077/405: Updated comments are made un-tested function for moving token positions

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit 287d9340f9f3c15401f0773925e07259c9d8aec0 Author: Christian Johansson Commit: Christian Johansson Updated comments are made un-tested function for moving token positions --- phps-functions.el | 34 -- phps-lexer.el | 20 +

[elpa] externals/phps-mode cc947a9 140/405: Added more tests for new indentation function

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit cc947a91828355a368ecb3828b60e7f69e0e9c37 Author: Christian Johansson Commit: Christian Johansson Added more tests for new indentation function --- phps-mode-functions.el | 27 --- phps-mode-test-functions.el | 54 ++

[elpa] externals/phps-mode dd80d27 055/405: Started work on detecting doc comment blocks

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit dd80d2797a53c35a53f0412bf10d2483b514571b Author: Christian Johansson Commit: Christian Johansson Started work on detecting doc comment blocks --- phps-lexer.el | 15 +++ phps-test-lexer.el | 26 +++--- 2 files changed,

[elpa] externals/phps-mode e206605 115/405: Adding failing unit tests for inline and alternative syntax

2019-07-13 Thread Stefan Monnier
branch: externals/phps-mode commit e206605fb3cf354c6c382a3fb5411d183d4405d0 Author: Christian Johansson Commit: Christian Johansson Adding failing unit tests for inline and alternative syntax --- phps-mode-test-functions.el | 44 1 file changed,

  1   2   3   4   5   >