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

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

[nongnu] elpa/julia-mode 6603c79 190/352: rename Uint -> UInt in contrib


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 6603c79 190/352: rename Uint -> UInt in contrib files for syntax highlighting
Date: Sun, 29 Aug 2021 11:22:42 -0400 (EDT)

branch: elpa/julia-mode
commit 6603c79263ccad298c89ddc217f8c1842ff31dbd
Author: Simon Byrne <simonbyrne@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    rename Uint -> UInt in contrib files for syntax highlighting
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index afb18c8..0d71c08 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -179,7 +179,7 @@ This function provides equivalent functionality, but makes 
no efforts to optimis
 (defconst julia-builtin-types-regex
   (julia--regexp-opt
    '("Number" "Real" "BigInt" "Integer"
-     "Uint" "Uint8" "Uint16" "Uint32" "Uint64" "Uint128"
+     "UInt" "UInt8" "UInt16" "UInt32" "UInt64" "UInt128"
      "Int" "Int8" "Int16" "Int32" "Int64" "Int128"
      "BigFloat" "FloatingPoint" "Float16" "Float32" "Float64"
      "Complex128" "Complex64" "ComplexPair"



reply via email to

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