branch: elpa/julia-mode
commit 84d9a19e360f53e7d5970ad0df436ff6bbcc2ce3
Author: Wilfred Hughes <[email protected]>
Commit: Yichao Yu <[email protected]>
Fix emacs highlighting of symbols that contain keywords.
Previously, symbols such as `prepend!` or `net_required_for` incorrectly
had `end` and `for` highlighted.
---
julia-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/julia-mode.el b/julia-mode.el
index 503f045..bd2456a 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -94,7 +94,8 @@
"try" "catch" "return" "local" "abstract" "function" "macro" "ccall"
"finally" "typealias" "break" "continue" "type" "global"
"module" "using" "import" "export" "const" "let" "bitstype" "do"
- "baremodule" "importall" "immutable")))
+ "baremodule" "importall" "immutable")
+ 'symbols))
(defconst julia-font-lock-keywords
(list