Skip to content

Commit e94c3ec

Browse files
committed
corrected regexp regex
1 parent 0c60ec4 commit e94c3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yara/syntaxes/yara.tmLanguage

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<key>name</key>
236236
<string>string.regexp.yara</string>
237237
<key>match</key>
238-
<string>/.*?/(i|c|x|t|s|m|p|w|n|J|U|d|b|e|q|x)*</string>
238+
<string>/.*?[^\\]/(i|c|x|t|s|m|p|w|n|J|U|d|b|e|q|x)*</string>
239239
</dict>
240240
<!-- hex -->
241241
<dict>

0 commit comments

Comments
 (0)