mirror of
https://github.com/vim/vim.git
synced 2026-06-05 00:47:13 +02:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
|
|
// Issue #20069 (JavaScript syntax highlighting not working properly with regex
|
||
|
|
// patterns containing quotation marks)
|
||
|
|
|
||
|
|
const containsSymbols = password.match(/[!".../g);
|
||
|
|
|