Skip to content

Commit aabe3da

Browse files
committed
Fixed not capturing of constructor as method call
1 parent 3565a3c commit aabe3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java-bytecode.tmLanguage

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</dict>
115115
</dict>
116116
<key>match</key>
117-
<string>\b(\w+(?:\/\w+)+)(?:\(([\w\/]*);?\))?([^;]*)</string>
117+
<string>\b(\w+(?:\/[\w\&lt;\&gt;]+)+)(?:\(([\w\/]*);?\))?([^;]*)</string>
118118
<key>name</key>
119119
<string>classmatcher</string>
120120
</dict>

0 commit comments

Comments
 (0)