You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.5 KiB
50 lines
1.5 KiB
7 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>scopeName</key>
|
||
|
<string>code.log</string>
|
||
|
<key>fileTypes</key>
|
||
|
<array>
|
||
|
<string>log</string>
|
||
|
</array>
|
||
|
<key>name</key>
|
||
7 years ago
|
<string>frog-runner</string>
|
||
7 years ago
|
<key>patterns</key>
|
||
|
<array>
|
||
|
<dict>
|
||
|
<!-- Date lines -->
|
||
|
<key>match</key>
|
||
|
<string>--.*</string>
|
||
|
<key>name</key>
|
||
|
<string>string.quoted</string>
|
||
|
</dict>
|
||
7 years ago
|
<dict>
|
||
|
<key>match</key>
|
||
|
<string>Query successful.</string>
|
||
|
<key>name</key>
|
||
|
<string>keyword</string>
|
||
|
</dict>
|
||
|
<dict>
|
||
|
<key>match</key>
|
||
|
<string>Exception.*</string>
|
||
|
<key>name</key>
|
||
|
<string>invalid.illegal</string>
|
||
|
</dict>
|
||
|
<dict>
|
||
|
<key>match</key>
|
||
|
<string>Errors found:.*</string>
|
||
|
<key>name</key>
|
||
|
<string>invalid.illegal</string>
|
||
|
</dict>
|
||
|
<dict>
|
||
|
<key>match</key>
|
||
|
<string>^\d+:.*</string>
|
||
|
<key>name</key>
|
||
|
<string>invalid.illegal</string>
|
||
|
</dict>
|
||
7 years ago
|
</array>
|
||
7 years ago
|
<key>uuid</key>
|
||
|
<string>648a6fba-bf11-11e7-abc4-cec278b6b50a</string>
|
||
7 years ago
|
</dict>
|
||
|
</plist>
|