[geany/geany] af1589: Fix boldface and italics (#1837)
FMuro
git-noreply at xxxxx
Sat May 5 18:36:08 UTC 2018
Branch: refs/heads/master
Author: FMuro <fmuro at us.es>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 05 May 2018 18:36:08 UTC
Commit: af158988239e806be1b93268c9dfb387b689b1f7
https://github.com/geany/geany/commit/af158988239e806be1b93268c9dfb387b689b1f7
Log Message:
-----------
Fix boldface and italics (#1837)
Before, **boldface** or *italics* (also _italics_) would not generally show as that, definitely not with the default color scheme. After this change, they appear with the same color as normal text but with that typography, in all color schemes.
Modified Paths:
--------------
data/filedefs/filetypes.markdown
Modified: data/filedefs/filetypes.markdown
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -2,8 +2,8 @@
[styling]
# Edit these in the colorscheme .conf file instead
default=default
-strong=string_3
-emphasis=string_4
+strong=default,bold
+emphasis=default,italic
header1=keyword_1
header2=keyword_1
header3=keyword_1
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list