branch: elpa/julia-mode commit 4f8a1ce929db2b983f429c48ef6adaf3b615c8e1 Author: Stefan Karpinski <stefan.karpin...@post.harvard.edu> Commit: Yichao Yu <yyc1...@gmail.com>
Rename: Single => Float32, single => float32. --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 85e45fe..be7bbdb 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\\|Single\\|Double\\|Bool\\|Number\\|Scalar\\|Real\\|Int\\|Tensor\\|Array\\|Tuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\)\\>" . + (list '("\\<\\(true\\|false\\|\\|Uint\\(8\\|16\\|32\\|64\\)\\|Int\\(8\\|16\\|32\\|64\\)\\|Float\\|Float32\\|Double\\|Bool\\|Number\\|Scalar\\|Real\\|Int\\|Tensor\\|Array\\|Tuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\)\\>" . font-lock-type-face) (cons (concat "\\<\\("