branch: elpa/julia-mode commit 0a0b37310bce9ef42410391afb839fd657eca7ed Author: Jeff Bezanson <bezan...@post.harvard.edu> Commit: Yichao Yu <yyc1...@gmail.com>
adding some conversion machinery, refactoring generic functions I realized the Bottom type is unnecessary; Union[] does the same thing removing a couple unnecessary special forms --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 24a660a..55e8a1e 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -38,7 +38,7 @@ "Syntax table for julia-mode") (defconst julia-font-lock-keywords - (list '("\\<\\(true\\|false\\|\\|Uint\\(8\\|16\\|32\\|64\\)\\|Int\\(8\\|16\\|32\\|64\\)\\|Float\\|Double\\|Bool\\|Scalar\\|Real\\|Int\\|Tensor\\|Array\\|Tuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Bottom\\)\\>" . + (list '("\\<\\(true\\|false\\|\\|Uint\\(8\\|16\\|32\\|64\\)\\|Int\\(8\\|16\\|32\\|64\\)\\|Float\\|Double\\|Bool\\|Scalar\\|Real\\|Int\\|Tensor\\|Array\\|Tuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\)\\>" . font-lock-type-face) (cons (concat "\\<\\("