mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
allow single letter words in latex (#171981)
fixes https://github.com/microsoft/vscode/issues/170588
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
},
|
},
|
||||||
"autoCloseBefore": ";:.,={}])>\\` \n\t$",
|
"autoCloseBefore": ";:.,={}])>\\` \n\t$",
|
||||||
"wordPattern": {
|
"wordPattern": {
|
||||||
"pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}){2,}",
|
"pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}){1,}",
|
||||||
"flags": "u"
|
"flags": "u"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user