Skip to content

Commit ad43b6f

Browse files
committed
Applied constructor fix to custom syntax
1 parent aabe3da commit ad43b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-bytecode-custom.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)