1+ {
2+ "information_for_contributors" : [
3+ " This file has been converted from https://github.com/emilast/vscode-logfile-highlighter/blob/master/syntaxes/log.tmLanguage" ,
4+ " If you want to provide a fix or improvement, please create a pull request against the original repository." ,
5+ " Once accepted there, we are happy to receive an update request."
6+ ],
7+ "version" : " https://github.com/emilast/vscode-logfile-highlighter/commit/3f3ea0a69165bc95f62bb487fda73e925ae229a6" ,
8+ "scopeName" : " text.log" ,
9+ "fileTypes" : [
10+ " log"
11+ ],
12+ "name" : " Log file" ,
13+ "patterns" : [
14+ {
15+ "match" : " \\ b(DEBUG)\\ b|(?i)\\ b(debug)\\ :" ,
16+ "name" : " markup.changed log.debug"
17+ },
18+ {
19+ "match" : " (?i)\\ [(debug|dbug|dbg|de|d)\\ ]" ,
20+ "name" : " markup.changed log.debug"
21+ },
22+ {
23+ "match" : " \\ b(HINT|INFO|INFORMATION)\\ b|(?i)\\ b(info|information)\\ :" ,
24+ "name" : " markup.inserted log.info"
25+ },
26+ {
27+ "match" : " (?i)\\ [(information|info|inf|in|i)\\ ]" ,
28+ "name" : " markup.inserted log.info"
29+ },
30+ {
31+ "match" : " \\ b(WARNING|WARN)\\ b|(?i)\\ b(warning)\\ :" ,
32+ "name" : " markup.deleted log.warning"
33+ },
34+ {
35+ "match" : " (?i)\\ [(warning|warn|wrn|wn|w)\\ ]" ,
36+ "name" : " markup.deleted log.warning"
37+ },
38+ {
39+ "match" : " \\ b(ERROR|FAILURE|FAIL)\\ b|(?i)\\ b(error)\\ :" ,
40+ "name" : " string.regexp, strong log.error"
41+ },
42+ {
43+ "match" : " (?i)\\ [(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\\ ]" ,
44+ "name" : " string.regexp, strong log.error"
45+ },
46+ {
47+ "match" : " \\ b\\ d{4}-\\ d{2}-\\ d{2}(T|\\ b)" ,
48+ "name" : " comment log.date"
49+ },
50+ {
51+ "match" : " \\ b\\ d{2}[^\\ w\\ s]\\ d{2}[^\\ w\\ s]\\ d{4}\\ b" ,
52+ "name" : " comment log.date"
53+ },
54+ {
55+ "match" : " \\ d{2}:\\ d{2}(:\\ d{2}([.,]\\ d{3,6})?)?(Z| ?[+-]\\ d{2}:\\ d{2})?\\ b" ,
56+ "name" : " comment log.date"
57+ },
58+ {
59+ "match" : " [0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}" ,
60+ "name" : " constant.language log.constant"
61+ },
62+ {
63+ "match" : " \\ b([0-9]+|true|false|null)\\ b" ,
64+ "name" : " constant.language log.constant"
65+ },
66+ {
67+ "match" : " \" [^\" ]*\" " ,
68+ "name" : " string log.string"
69+ },
70+ {
71+ "match" : " '[^']*'" ,
72+ "name" : " string log.string"
73+ },
74+ {
75+ "match" : " \\ b([a-zA-Z.]*Exception)\\ b" ,
76+ "name" : " string.regexp, emphasis log.type"
77+ },
78+ {
79+ "begin" : " ^[\\ t ]*at" ,
80+ "end" : " $" ,
81+ "name" : " string.key, emphasis log.exception"
82+ },
83+ {
84+ "match" : " \\ b(http|https|ftp|file)://\\ S+\\ b/?" ,
85+ "name" : " constant.language log.constant"
86+ },
87+ {
88+ "match" : " \\ b([\\ w]+\\ .)+(\\ w)+\\ b" ,
89+ "name" : " constant.language log.constant"
90+ }
91+ ],
92+ "uuid" : " E81BB6AB-CAC7-4C27-9A79-4137A4693EBD"
93+ }
0 commit comments