parent
31a47bb22f
commit
a07b3ccdba
@ -0,0 +1,24 @@
|
|||||||
|
<?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>
|
||||||
|
<string>Log file</string>
|
||||||
|
<key>patterns</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<!-- Date lines -->
|
||||||
|
<key>match</key>
|
||||||
|
<string>--.*</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>string.quoted</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
Reference in new issue