diff --git a/filedefs/filetypes.cobol b/filedefs/filetypes.cobol index b24efa1..8b1ea11 100644 --- a/filedefs/filetypes.cobol +++ b/filedefs/filetypes.cobol @@ -10,7 +10,7 @@ word=keyword_1 word2=keyword_2 string=string_1 character=character -operator=#808080;false;false +operator=operator;false;false identifier=identifier_1 quotedidentifier=identifier_2 @@ -39,7 +39,7 @@ comment_single=*> # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d #command_example(); # setting to false would generate this -#command_example(); +# command_example(); # This setting works only for single line comments comment_use_indent=false