branch: elpa/julia-mode commit 6603c79263ccad298c89ddc217f8c1842ff31dbd Author: Simon Byrne <simonby...@gmail.com> Commit: Yichao Yu <yyc1...@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"