mirror of
https://codeberg.org/DansLeRuSH/geany.git
synced 2024-11-23 07:18:07 +00:00
Update filetypes.cobol
This commit is contained in:
parent
1ff270ddd1
commit
77c5ed2811
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ word=keyword_1
|
||||||
word2=keyword_2
|
word2=keyword_2
|
||||||
string=string_1
|
string=string_1
|
||||||
character=character
|
character=character
|
||||||
operator=#808080;false;false
|
operator=operator;false;false
|
||||||
identifier=identifier_1
|
identifier=identifier_1
|
||||||
quotedidentifier=identifier_2
|
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
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
#command_example();
|
# command_example();
|
||||||
# This setting works only for single line comments
|
# This setting works only for single line comments
|
||||||
comment_use_indent=false
|
comment_use_indent=false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue