ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=767c211e70e35b769fb7b402280b439b1bbb4fd7

commit 767c211e70e35b769fb7b402280b439b1bbb4fd7
Author: Andy Williams <a...@andywilliams.me>
Date:   Tue May 15 14:45:55 2018 +0100

    Add missing continue keyword from Go definition
---
 src/lib/elementary/elm_code_syntax.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_code_syntax.c 
b/src/lib/elementary/elm_code_syntax.c
index 39046a194a..e1bd46f902 100644
--- a/src/lib/elementary/elm_code_syntax.c
+++ b/src/lib/elementary/elm_code_syntax.c
@@ -114,7 +114,7 @@ static Elm_Code_Syntax _elm_code_syntax_go =
    "/*",
    "*/",
    _elm_code_syntax_scope_change_braces,
-   { "break", "case", "chan", "const", "default", "defer", "else", 
"fallthrough", "for", "func", "go", "goto",  \
+   { "break", "case", "chan", "const", "continue", "default", "defer", "else", 
"fallthrough", "for", "func", "go", "goto",  \
      "if", "import", "interface", "map", "package", "range", "return", 
"select", "struct", "switch", "type", "var", \
      "true", "false", "iota", "nil", \
      "int", "int8", "int16", "int32", "int64", "uint", "uint8", "uint16", 
"uint32", "uint64", "uintptr", "float32", \

-- 


Reply via email to