Skip to content

Commit

Permalink
Merge pull request #1 from daveydee33/patch-1
Browse files Browse the repository at this point in the history
Update log4jView.tmLanguage for regular expression on "at"
  • Loading branch information
shivan authored Jul 14, 2017
2 parents e96ab6d + 2ce8f32 commit dc8bc02
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 dc8bc02

Please sign in to comment.