branch: elpa/julia-mode commit 1312fa7c6f9caed11f0e7cd095bd4a77c90548ef Author: JeffBezanson <bezan...@caspian.caspian.mit.edu> Commit: Yichao Yu <yyc1...@gmail.com>
removing Tensor from list of syntax highlighted types adding eltype(Array) adding task_exit() that terminates the current work thread improving a parse error --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 54b4e3a..1c508dc 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -40,7 +40,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\\|Float32\\|Float64\\|Complex128\\|Complex64\\|ComplexNum\\|Bool\\|Char\\|Number\\|Scalar\\|Real\\|Int\\|Uint\\|Tensor\\|Array\\|DArray\\|AbstractArray\\|AbstractVector\\|AbstractMatrix\\|SparseMatrixCSC\\|Tuple\\|NTuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\|None\\|String\\|Ptr\\|Void\\|Exception\\|PtrInt\\|Long\\|Ulong\\)\\>" . + (list '("\\<\\(true\\|false\\|\\|Uint\\(8\\|16\\|32\\|64\\)\\|Int\\(8\\|16\\|32\\|64\\)\\|Float\\|Float32\\|Float64\\|Complex128\\|Complex64\\|ComplexNum\\|Bool\\|Char\\|Number\\|Scalar\\|Real\\|Int\\|Uint\\|Array\\|DArray\\|AbstractArray\\|AbstractVector\\|AbstractMatrix\\|SparseMatrixCSC\\|Tuple\\|NTuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\|None\\|String\\|Ptr\\|Void\\|Exception\\|PtrInt\\|Long\\|Ulong\\)\\>" . font-lock-type-face) (cons (concat "\\<\\("