Fix "default" named style mapping for filetypes.conf
"default" was mapped to "value" which is normally a string-like style rather than a "default" type of style which make some themes that set different background colour for strings to look weird for config files highlighting.
This commit is contained in:
parent
6241a4520f
commit
40cef34326
@ -1,7 +1,7 @@
|
|||||||
# For complete documentation of this file, please see Geany's main documentation
|
# For complete documentation of this file, please see Geany's main documentation
|
||||||
[styling]
|
[styling]
|
||||||
# Edit these in the colorscheme .conf file instead
|
# Edit these in the colorscheme .conf file instead
|
||||||
default=value
|
default=default
|
||||||
comment=comment
|
comment=comment
|
||||||
section=tag
|
section=tag
|
||||||
key=attribute
|
key=attribute
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user