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

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

[nongnu] elpa/julia-mode e10a730 056/352: FFT of real vectors as well


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode e10a730 056/352: FFT of real vectors as well
Date: Sun, 29 Aug 2021 11:22:15 -0400 (EDT)

branch: elpa/julia-mode
commit e10a730f7023fd4980da6f9e88623949d3a5f821
Author: Viral Shah <viral@mayin.org>
Commit: Yichao Yu <yyc1992@gmail.com>

    FFT of real vectors as well
    Replace "lapackfn_" with :lapackfn_ in blas/lapack macros
    This does not work for cases like @foo :x :y. Those cases are not changed.
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 8673432..ef07b2f 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\\|Bool\\|Char\\|Number\\|Scalar\\|Real\\|Int\\|Uint\\|Tensor\\|Array\\|DArray\\|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\\|Tensor\\|Array\\|DArray\\|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 "\\<\\("



reply via email to

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