Word selection is incomplete for C++ identifiers containing certain allowed characters. Fixes #121343
parent
4f37102dc0
commit
553d92817b
|
@ -23,6 +23,7 @@
|
||||||
["'", "'"],
|
["'", "'"],
|
||||||
["<", ">"]
|
["<", ">"]
|
||||||
],
|
],
|
||||||
|
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)",
|
||||||
"folding": {
|
"folding": {
|
||||||
"markers": {
|
"markers": {
|
||||||
"start": "^\\s*#pragma\\s+region\\b",
|
"start": "^\\s*#pragma\\s+region\\b",
|
||||||
|
|
Loading…
Reference in New Issue