We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718cbee commit dddadf3Copy full SHA for dddadf3
src/dracula.yml
@@ -1118,3 +1118,17 @@ tokenColors:
1118
- meta.preprocessor.haskell
1119
settings:
1120
foreground: *COMMENT
1121
+
1122
+ - name: Log file error
1123
+ scope:
1124
+ - log.error
1125
+ settings:
1126
+ foreground: *RED
1127
+ fontStyle: bold
1128
1129
+ - name: Log file warning
1130
1131
+ - log.warning
1132
1133
+ foreground: *YELLOW
1134
0 commit comments