mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 07:19:22 +00:00
src/vs/platform/plugins -> src/vs/platform/extensions
This commit is contained in:
@@ -21,7 +21,7 @@ export function activate(context: ExtensionContext): any {
|
||||
let validator = new PHPValidationProvider();
|
||||
validator.activate(context.subscriptions);
|
||||
|
||||
// need to set in the plugin host as well as the completion provider uses it.
|
||||
// need to set in the extension host as well as the completion provider uses it.
|
||||
languages.setLanguageConfiguration('php', {
|
||||
wordPattern: /(-?\d*\.\d\w*)|([^\-\`\~\!\@\#\%\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user