Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions logcat-threadtime.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ firstLineMatch: -* beginning of /dev/log/.*
# match: '(?x)^
# (?:\s*(\d+:)\s*)? # (optional) line number
# ([\d-]+)\s+([\d:.]+)\s+ # date, time
# (\d+)\s+(\d+)\s+ # pid, tid
# ([VDIWEF])\s+(.*?):\s+ # log type, log tag
# (\d+)[-\s]+(\d+)\S*\s+ # pid, tid, package(optional)
# ([VDIWEF])[/\s]+(.*?):\s+ # log type, log tag
# (.*) # log message
# $'
# captures:
Expand Down Expand Up @@ -41,8 +41,8 @@ repository:
match: '(?x)^
(?:\s*(\d+:)\s*)?
([\d-]+)\s+([\d:.]+)\s+
(\d+)\s+(\d+)\s+
([V])\s+(.*?):\s+
(\d+)[-\s]+(\d+)\S*\s+
([V])[/\s]+(.*?):\s+
(.*)
$'
captures:
Expand All @@ -61,8 +61,8 @@ repository:
match: '(?x)^
(?:\s*(\d+:)\s*)?
([\d-]+)\s+([\d:.]+)\s+
(\d+)\s+(\d+)\s+
([D])\s+(.*?):\s+
(\d+)[-\s]+(\d+)\S*\s+
([D])[/\s]+(.*?):\s+
(.*)
$'
captures:
Expand All @@ -81,8 +81,8 @@ repository:
match: '(?x)^
(?:\s*(\d+:)\s*)?
([\d-]+)\s+([\d:.]+)\s+
(\d+)\s+(\d+)\s+
([I])\s+(.*?):\s+
(\d+)[-\s]+(\d+)\S*\s+
([I])[/\s]+(.*?):\s+
(.*)
$'
captures:
Expand All @@ -101,8 +101,8 @@ repository:
match: '(?x)^
(?:\s*(\d+:)\s*)?
([\d-]+)\s+([\d:.]+)\s+
(\d+)\s+(\d+)\s+
([W])\s+(.*?):\s+
(\d+)[-\s]+(\d+)\S*\s+
([W])[/\s]+(.*?):\s+
(.*)
$'
captures:
Expand All @@ -121,8 +121,8 @@ repository:
match: '(?x)^
(?:\s*(\d+:)\s*)?
([\d-]+)\s+([\d:.]+)\s+
(\d+)\s+(\d+)\s+
([EF])\s+(.*?):\s+
(\d+)[-\s]+(\d+)\S*\s+
([EF])[/\s]+(.*?):\s+
(.*)
$'
captures:
Expand Down
10 changes: 5 additions & 5 deletions logcat-threadtime.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</dict>
</dict>
<key>match</key>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)\s+(\d+)\s+ ([D])\s+(.*?):\s+ (.*) $</string>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)[-\s]+(\d+)[\S\s]*\s+ ([D])[/\s]+(.*?):\s+ (.*) $</string>
<key>name</key>
<string>meta.logcat.line.debug</string>
</dict>
Expand Down Expand Up @@ -137,7 +137,7 @@
</dict>
</dict>
<key>match</key>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)\s+(\d+)\s+ ([EF])\s+(.*?):\s+ (.*) $</string>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)[-\s]+(\d+)[\S\s]*\s+ ([EF])[/\s]+(.*?):\s+ (.*) $</string>
<key>name</key>
<string>meta.logcat.line.error</string>
</dict>
Expand Down Expand Up @@ -192,7 +192,7 @@
</dict>
</dict>
<key>match</key>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)\s+(\d+)\s+ ([I])\s+(.*?):\s+ (.*) $</string>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)[-\s]+(\d+)[\S\s]*\s+ ([I])[/\s]+(.*?):\s+ (.*) $</string>
<key>name</key>
<string>meta.logcat.line.info</string>
</dict>
Expand Down Expand Up @@ -247,7 +247,7 @@
</dict>
</dict>
<key>match</key>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)\s+(\d+)\s+ ([V])\s+(.*?):\s+ (.*) $</string>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)[-\s]+(\d+)[\S\s]*\s+ ([V])[/\s]+(.*?):\s+ (.*) $</string>
<key>name</key>
<string>meta.logcat.line.verbose</string>
</dict>
Expand Down Expand Up @@ -302,7 +302,7 @@
</dict>
</dict>
<key>match</key>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)\s+(\d+)\s+ ([W])\s+(.*?):\s+ (.*) $</string>
<string>(?x)^ (?:\s*(\d+:)\s*)? ([\d-]+)\s+([\d:.]+)\s+ (\d+)[-\s]+(\d+)[\S\s]*\s+ ([W])[/\s]+(.*?):\s+ (.*) $</string>
<key>name</key>
<string>meta.logcat.line.warn</string>
</dict>
Expand Down