branch: master
commit 580a1b6b5d440f8fa1a29d6d1ee52d1513fa588b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Respect .elpaignore when compiling and optimize compilation.
---
GNUmakefile | 24 ++--
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git
branch: master
commit 54593e534c807964d6803dc49537deadc865e0fa
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add Emacs 25.1 to the build matrix.
---
.travis.yml |1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index ba959a9..70d1f6d 100644
--- a/.
branch: master
commit c79499a31ba5bf048a0b8d8a7ccad718d368b88e
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove erroneous block scope assertion.
---
context-coloring-test.el |9 -
fixtures/test/block-scopes.js |9 -
2 files changed, 18 deletions(
branch: master
commit 60fca7060ac405c6bb8a21eb6f4e5df2844a9655
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix quoting problem in docstring.
---
context-coloring.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/context-coloring.el b/context-coloring.el
branch: master
commit 4836dd069b8d328f994810bd38962e917c274b00
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add tests for prettifying symbols.
---
context-coloring-test.el | 23 +++
fixtures/test/prettify-symbols.el |1 +
2 files changed, 24 i
branch: master
commit 550e61bac97e69b66de4a50bf36e963c7eb4c01c
Merge: 26f48c5 5fe3695
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Merge branch 'master' into prettify-symbols
---
context-coloring.el |1 -
1 file changed, 1 deletion(-)
diff --git a/context-coloring.el b/con
branch: master
commit b3ea138a154dbe91da8248ad93e81bd7d846411f
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove no-byte-compile from development files.
`no-byte-compile' used to be necessary to prevent compilation errors on
ELPA,
but since committing 580a1b6 to
branch: master
commit 269a382630abbf405cebaab4dee790450cb375a7
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Ensure coloring still works after prettification.
---
context-coloring-test.el | 10 --
context-coloring.el |4
fixtures/test/pr
branch: master
commit 1b30a28857727202d1f6a027f83ad66151fb1e92
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Version 8.1.0.
---
context-coloring.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/context-coloring.el b/context-coloring.el
index a64b6a9..ac2
branch: master
commit 6a2c6fee3eb0bdc896e5fdf7e673192b4ebe778a
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Clean up local variable.
---
context-coloring.el |1 +
1 file changed, 1 insertion(+)
diff --git a/context-coloring.el b/context-coloring.el
index 06830fd..2e4e867 1
branch: master
commit edbb1919960d10c74e8ee3d7ad59493ba50538bf
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Feature-detect prettify-symbols-mode for Emacs 24.3 compat.
---
context-coloring-test.el | 46 --
context-coloring.el |
branch: master
commit ce29abde4df0df0c4462e1baf3ed94965f7bafa1
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Don't color before or beyond the buffer.
---
context-coloring-javascript.el| 23 +++
context-coloring-test.el |9 +
fixture
jackson pushed a change to branch master.
from 580a1b6 Respect .elpaignore when compiling and optimize
compilation.
new c847b0f Mention tern-context-coloring in README.
new c79499a Remove erroneous block scope assertion.
new 60fca70 Fix quoting problem in do
branch: master
commit 5402f3573c0b5b4535e65fa5008c47754a43defc
Merge: 580a1b6 1b30a28
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Merge commit '1b30a28857727202d1f6a027f83ad66151fb1e92' from
context-coloring
---
packages/context-coloring/.travis.yml |1 +
pac
branch: master
commit 2de2dd805ae82178a963cf8293c0d0fba4211606
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Make binaries configurable in Makefile.
This makes it easier to test programs that might not be on the PATH by
setting
temporary environment variables, if th
branch: master
commit 5fe3695baeeae04761828ff36b391a77edefdfe9
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Revert "Clean up local variable."
This reverts commit 6a2c6fee3eb0bdc896e5fdf7e673192b4ebe778a.
This broke Emacs Lisp docstring fontification.
---
conte
branch: master
commit 45b5ad0158985fc50992bb8636ff388b170f3112
Merge: 5fe3695 269a382
Author: Jackson Ray Hamilton
Commit: GitHub
Merge pull request #5 from jacksonrayhamilton/prettify-symbols
Prettify symbols
---
.travis.yml |1 +
Makefile
branch: master
commit c847b0f1fb865199dc8676f19b786df443888123
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Mention tern-context-coloring in README.
---
README.md |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21f1eb5..bfbb
branch: master
commit 398543707c0845353290ee0f1911ba15c1349a59
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Use a mode hook for detecting entering Prettify Symbols mode.
---
context-coloring.el | 28 +---
1 file changed, 5 insertions(+), 23 deletions(-
branch: master
commit 3e778f607e72cc5dee7a4f1aa445d6780b8cc1dd
Merge: 45b5ad0 ce29abd
Author: Jackson Ray Hamilton
Commit: GitHub
Merge pull request #6 from jacksonrayhamilton/narrow-to-region
Don't color before or beyond the buffer.
---
context-coloring-javascript.el| 23 +++
branch: master
commit 26f48c5ffa4fb7e5ce672f1e308a892482ba404f
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Improve Font Lock integration.
Advising this function, which does nothing when Context Coloring is enabled,
allows for modes that would normally flush Font Lo
branch: master
commit abded5f8b0eb4b56753b97fab742f873f0481beb
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Check for compositions on old Emacsen.
Prettify Symbols Mode used to use the `composition' text property for
prettification.
---
context-coloring-test.el |
branch: master
commit a1a62560ac27bd4eefe50de1e0a5df691f646fef
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Set up post-colorize hooks.
In particular, this allows for symbol prettification post-colorize while
prettify-symbols-mode is enabled. Generally, it may allo
23 matches
Mail list logo