mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
runtime(javascript): Fix regex highlighting after (
- Fix regex highlighting after opening parens, javascriptParens was matching later. Fixes issue #20069. - Add missing regex flags. - Mark the file as unmaintained. Thanks Claudio for all your work. closes: #20076 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
c23bfd7922
commit
076366bd4e
@@ -0,0 +1,5 @@
|
||||
// Issue #20069 (JavaScript syntax highlighting not working properly with regex
|
||||
// patterns containing quotation marks)
|
||||
|
||||
const containsSymbols = password.match(/[!".../g);
|
||||
|
||||
Reference in New Issue
Block a user