1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

add warning highlighting to log file syntax definition

This commit is contained in:
Keith Hall
2021-04-09 22:09:01 +03:00
parent 867cf63dd9
commit b3ab843954
3 changed files with 22 additions and 2 deletions

View File

@@ -26,7 +26,9 @@ contexts:
- include: ip_addresses
- include: numbers
- match: \b(?i:fail(?:ure|ed)?|error|exception)\b
scope: invalid.illegal.error.log
scope: markup.error.log
- match: \b(?i:warn(?:ing)?)\b
scope: markup.warning.log
#- include: scope:text.html.markdown#autolink-inet
- match: \b\w+:/{2,3}
scope: markup.underline.link.scheme.log