Added type and (krl) error handling.

This commit is contained in:
Tommy Olofsson
2015-07-10 20:35:02 +02:00
parent 75da27eeda
commit 08ac670328

View File

@@ -109,6 +109,7 @@
"WAIT" "WAIT"
"TRIGGER" "TRIGGER"
"!" ; Placeholder for positions. "!" ; Placeholder for positions.
"ON_ERROR_PROCEED"
)) ))
(defconst krl-types (defconst krl-types
@@ -122,6 +123,7 @@
"E6POS" "E6POS"
"MODUS_T" "MODUS_T"
"STATE_T" "STATE_T"
"DATE"
)) ))
(defconst krl-constants (defconst krl-constants
@@ -167,6 +169,7 @@
; Magic ; Magic
"CWRITE" "CWRITE"
"CREAD" "CREAD"
"ERR_CLEAR"
)) ))
(defconst krl-font-lock-keywords (defconst krl-font-lock-keywords