Add some missing keywords.

This commit is contained in:
Tommy Olofsson
2015-07-08 23:04:56 +02:00
parent dbd2c67ed8
commit 43273c8fad

View File

@@ -86,6 +86,9 @@
"DO" "DO"
"STEP" "STEP"
"WHEN" "WHEN"
"RETURN"
"STRUC"
"TO"
)) ))
(defconst krl-keywords (defconst krl-keywords
@@ -117,6 +120,8 @@
"E6AXIS" "E6AXIS"
"POS" "POS"
"E6POS" "E6POS"
"MODUS_T"
"STATE_T"
)) ))
(defconst krl-constants (defconst krl-constants