Skip to content

Commit caceb70

Browse files
committed
- added extends and implements
1 parent 3554873 commit caceb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iecst.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function hljsDefineIECST(hljs) {
2323
"if then end_if elsif else case of end_case " +
2424
"to do by while repeat end_while end_repeat for end_for from " +
2525
"private public protected " +
26-
"or and not xor le ge eq ne ge lt constant return exit at retain non_retain task with until using extend",
26+
"or and not xor le ge eq ne ge lt constant return exit at retain non_retain task with until using extends implements",
2727
title:
2828
"program end_program function end_function function_block end_function_block configuration " +
2929
"end_configuration action end_action transition end_transition type end_type struct end_struct step " +

0 commit comments

Comments
 (0)