Commit b7a92192 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ highlighting updates

parent 6363ff24
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ public class TTCN3HighlightingCalculator implements ISemanticHighlightingCalcula
//	                }
                	if (r.getName().endsWith("KEYWORD") 
                			|| r.getName().equals("MODULE")
                			|| r.getName().equals("DECODED_MATCH")
                			|| r.getName().equals("DECODED_MODIFIER")
                			|| r.getName().equals("INDEX_MODIFIER")
                			|| r.getName().equals("ADDRESSVALUE")) {
                		highlightNode( node, TTCN3HighlightingConfiguration.KEYWORD_LAYOUT, acceptor);
                	}
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ public class TTCN3TokenToAttributeIdMapper extends DefaultAntlrTokenToAttributeI
        layoutKeywords.add("'testcase'");
        layoutKeywords.add("'send'");
        layoutKeywords.add("'receive'");
        layoutKeywords.add("'decmatch'");
//        layoutKeywords.add("'times'");
//        layoutKeywords.add("'out'");
//        layoutKeywords.add("'start'");