[grammar] update

This commit is contained in:
2021-04-09 23:40:13 +05:30
parent 65cd9dba24
commit 3d8fc0c74a
6 changed files with 15 additions and 37 deletions

View File

@@ -39,11 +39,7 @@ export function activate(context: ExtensionContext) {
// Options to control the language client
let clientOptions: LanguageClientOptions = {
// Register the server for plain text documents
documentSelector: [{ scheme: 'file', language: 'bf' }],
synchronize: {
// Notify the server about file changes to '.clientrc files contained in the workspace
fileEvents: workspace.createFileSystemWatcher('**/.clientrc')
}
documentSelector: [{ scheme: 'file', language: 'bf' }]
};