Skip to content

Commit

Permalink
Update log4jView.tmLanguage for regular expression on "at"
Browse files Browse the repository at this point in the history
Minor update to the regex intended to highlight lines in stack traces that refer to references of _at_, but was also picking up additional lines that started with _at_ such as _atlas_ for example.
  • Loading branch information
daveydee33 authored Jul 5, 2017
1 parent e96ab6d commit 2ce8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Log4jView.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<key>comment</key>
<string>stacktrace jboss</string>
<key>match</key>
<string>^(\s*)(at)(.*)(\(.*\))$</string>
<string>^(\s*)(at )(.*)(\(.*\))$</string>
<key>name</key>
<string>string.quoted.log4jview</string>
</dict>
Expand Down

0 comments on commit 2ce8f32

Please sign in to comment.