Skip to content

Commit 716c40d

Browse files
author
Paul Verest
committed
Update Words.java
1 parent 3cdbabe commit 716c40d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • org.nodeclipse.enide.editors.gradle/src/org/nodeclipse/enide/editors/gradle/highlight

org.nodeclipse.enide.editors.gradle/src/org/nodeclipse/enide/editors/gradle/highlight/Words.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public class Words {
1515
"productFlavors", "debug", "release",//
1616
// Java keywords
1717
"assert",
18-
"if", "else"
18+
"if", "else",
19+
"void"
1920
};
2021

2122
public static final String[] RESERVEDWORDS = { "let", "yield",//

0 commit comments

Comments
 (0)