mirror of
https://codeberg.org/DansLeRuSH/geany.git
synced 2024-11-23 07:18:07 +00:00
Update filetypes.REXX.conf ( version 1.2 )
This commit is contained in:
parent
77c5ed2811
commit
7aa75a853a
1 changed files with 7 additions and 27 deletions
|
@ -2,9 +2,11 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
# REXX's Syntax Highlighting For Geany
|
||||
# ------------+------------+----------------------------------------------------
|
||||
# Version 1.0 | 2015-08-26 | Franck ALBARET [ http://dansleru.sh ]
|
||||
# Version 1.0 | 2015-08-26 | Franck ALBARET [ https://dansleru.sh ]
|
||||
# ------------+------------+----------------------------------------------------
|
||||
# Version 1.1 | 2016-03-11 | Franck ALBARET [ http://dansleru.sh ]
|
||||
# Version 1.1 | 2016-03-11 | Franck ALBARET [ https://dansleru.sh ]
|
||||
# ------------+------------+----------------------------------------------------
|
||||
# Version 1.2 | 2018-12-27 | Franck ALBARET [ https://dansleru.sh ]
|
||||
# ------------+------------+----------------------------------------------------
|
||||
[styling]
|
||||
default=default
|
||||
|
@ -15,29 +17,7 @@ word=keyword_1
|
|||
word2=keyword_2
|
||||
string=string_1
|
||||
character=character
|
||||
operator=#808080;false;false
|
||||
#attribute=attribute
|
||||
#class=class
|
||||
#directive=preprocessor
|
||||
#doublestring=string_1
|
||||
#extended_identifier=keyword_1
|
||||
#extended_pseudoclass=string_1
|
||||
#extended_pseudoelement=string_2
|
||||
#id=class
|
||||
#important=error
|
||||
#identifier=identifier_1
|
||||
#identifier2=identifier_2
|
||||
#identifier3=keyword_1
|
||||
#media=parameter
|
||||
#pseudoclass=string_1
|
||||
#pseudoelement=string_2
|
||||
#quotedidentifier=identifier_2
|
||||
#singlestring=string_2
|
||||
#tag=tag
|
||||
#unknown_pseudoclass=default
|
||||
#unknown_identifier=default
|
||||
#value=value
|
||||
#variable=identifier_1
|
||||
operator=#808080
|
||||
|
||||
[keywords]
|
||||
# all items must be in one line
|
||||
|
@ -62,6 +42,6 @@ comment_close=*/
|
|||
context_action_cmd=
|
||||
|
||||
[indentation]
|
||||
#width=4
|
||||
width=2
|
||||
# 0 is spaces, 1 is tabs, 2 is tab & spaces
|
||||
#type=0
|
||||
type=0
|
||||
|
|
Loading…
Reference in a new issue