Show
Ignore:
Timestamp:
04/11/10 01:48:11 (2 years ago)
Author:
Philip Herron <redbrain@…>
Parents:
b2bc0049fdf32f673fc66b045a4bb2b3ca350e40
Children:
8f36f3a9825b8570f8db262e1bf3bea0a64e07d5
git-committer:
Philip Herron <redbrain@omicron.(none)> / 2010-04-11T01:48:11Z+0100
Message:

more code time for sleep

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/crules.el

    r210169d r89dcccd  
    2323(define-generic-mode 'crules-mode 
    2424  '("#") 
    25   '("workflow" "class" "rule" "defun" "each" "break" "where" 
    26     "continue" "return" "in" "for" "while" "until" "import" 
    27     "from" "if" "elif" "else" "print" "true" "false" "eval" 
    28     "let" "null" "this" "at" "defre") 
     25  '("object" "defun" "break" "continue" 
     26    "return" "for" "while" "import" "if" 
     27    "elif" "else" "print" ) 
    2928  '(("[a-zA-Z_][a-zA-Z0-9_]+" . font-lock-variable-name-face) 
    30     ("[0-9]+" "true" "false" . font-lock-constant-face) 
     29    ("[0-9]+" "[0-9]+.[0-9]+"  
     30    "true" "false" "nil" . font-lock-constant-face) 
    3131    ("\\[.*\\]" . font-lock-type-face)) 
    3232  '(".crl\\'")