Skip to content

Commit dd8898b

Browse files
committed
Add new tokens to DECOHack syntax highlighter
1 parent 3b156e2 commit dd8898b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/mtrop/doom/tools/gui/managers/parsing/DecoHackTokenMaker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ protected void addKeywords(TokenMap targetMap)
8282
targetMap.put("wait", Token.RESERVED_WORD);
8383
targetMap.put("stop", Token.RESERVED_WORD);
8484

85+
targetMap.put("suppress", Token.RESERVED_WORD);
86+
targetMap.put("warning", Token.RESERVED_WORD);
8587
targetMap.put("free", Token.RESERVED_WORD);
8688
targetMap.put("protect", Token.RESERVED_WORD);
8789
targetMap.put("unprotect", Token.RESERVED_WORD);

0 commit comments

Comments
 (0)