FUEL: Bug fix: parenthesis matching when ( belongs to a word.
parent
f63b322859
commit
5f4df2d661
|
@ -281,7 +281,7 @@
|
||||||
("\\_<\\(}\\)\\_>" (1 "){"))
|
("\\_<\\(}\\)\\_>" (1 "){"))
|
||||||
;; Parenthesis:
|
;; Parenthesis:
|
||||||
("\\_<\\((\\)\\_>" (1 "()"))
|
("\\_<\\((\\)\\_>" (1 "()"))
|
||||||
("\\_<call\\((\\)\\_>" (1 "()"))
|
("\\_<\\w*\\((\\)\\_>" (1 "()"))
|
||||||
("\\_<\\()\\)\\_>" (1 ")("))
|
("\\_<\\()\\)\\_>" (1 ")("))
|
||||||
("\\_<(\\((\\)\\_>" (1 "()"))
|
("\\_<(\\((\\)\\_>" (1 "()"))
|
||||||
("\\_<\\()\\))\\_>" (1 ")("))
|
("\\_<\\()\\))\\_>" (1 ")("))
|
||||||
|
|
Loading…
Reference in New Issue