emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 02d443b 034/352: fixing type inference for buil


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 02d443b 034/352: fixing type inference for builtin cases of convert()
Date: Sun, 29 Aug 2021 11:22:10 -0400 (EDT)

branch: elpa/julia-mode
commit 02d443b4d111cdc01321c160a42e0cd9f77e1f39
Author: Jeff Bezanson <bezanson@post.harvard.edu>
Commit: Yichao Yu <yyc1992@gmail.com>

    fixing type inference for builtin cases of convert()
    renaming Bottom to None
    adding a specialization for promoting 3 values, to help colon
    supporting end for tuples by adding size(tuple,1)
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 538c6d8..fea2cc0 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\\|Float32\\|Float64\\|Bool\\|Char\\|Number\\|Scalar\\|Real\\|Int\\|Tensor\\|Array\\|Tuple\\|NTuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\|Bottom\\|Ptr\\|Void\\)\\>"
 .
+  (list 
'("\\<\\(true\\|false\\|\\|Uint\\(8\\|16\\|32\\|64\\)\\|Int\\(8\\|16\\|32\\|64\\)\\|Float\\|Float32\\|Float64\\|Bool\\|Char\\|Number\\|Scalar\\|Real\\|Int\\|Tensor\\|Array\\|Tuple\\|NTuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\|None\\|Ptr\\|Void\\)\\>"
 .
       font-lock-type-face)
     (cons
      (concat "\\<\\("



reply via email to

[Prev in Thread] Current Thread [Next in Thread]