branch: elpa/julia-mode
commit cea8e08e4644bde29762138ce0368ca52b420098
Author: Jeff Bezanson <bezan...@post.harvard.edu>
Commit: Yichao Yu <yyc1...@gmail.com>

    moving dlsym, dlopen, and load out of builtins
    bootstrap by allowing ccall(:func, ...), defaulting to JuliaDLHandle
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 831fd61..c367d07 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\\|Tuple\\|NTuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\|None\\|Ptr\\|Void\\)\\>"
 .
+  (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\\|Tuple\\|NTuple\\|Buffer\\|Size\\|Index\\|Symbol\\|Function\\|Vector\\|Matrix\\|Union\\|Type\\|Any\\|Complex\\|None\\|String\\|Ptr\\|Void\\|Exception\\)\\>"
 .
       font-lock-type-face)
     (cons
      (concat "\\<\\("

Reply via email to