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:
Matthew Brush 2012-12-18 15:47:06 -08:00
parent 6241a4520f
commit 40cef34326

View File

@ -1,7 +1,7 @@
# For complete documentation of this file, please see Geany's main documentation
[styling]
# Edit these in the colorscheme .conf file instead
default=value
default=default
comment=comment
section=tag
key=attribute