We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a98fe1 commit f86b165Copy full SHA for f86b165
src/JuliaSyntaxHighlighting.jl
@@ -89,7 +89,7 @@ const HIGHLIGHT_FACES = [
89
:julia_char => Face(inherit=:julia_string),
90
:julia_char_delim => Face(inherit=:julia_string_delim),
91
:julia_number => Face(),
92
- :julia_bool => Face(),
+ :julia_bool => Face(inherit=:julia_number),
93
:julia_funcall => Face(),
94
:julia_funcdef => Face(inherit=:julia_funcall),
95
:julia_broadcast => Face(inherit=:julia_operator),
0 commit comments