提交 320a247a 编写于 作者: M Martin Aeschlimann

fixes #499: syntax highlighting broken when divide symbol is not separated using space

上级 3a486b14
......@@ -326,7 +326,7 @@
</dict>
<dict>
<key>begin</key>
<string>/(?![\s=/*+{}?])</string>
<string>/(?![\s=/*+{}?])(?=.*/[igmy]{0,4})</string>
<key>beginCaptures</key>
<dict>
<key>0</key>
......
regex = /Hello (\d+) #{user}/g
2 / 3
2/3
name="hello"
test=/// #{name}
fancyRegExp = ///
(\d+) # numbers
(\w*) # letters
$ # the end
///
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册