Skip to content

Commit 37d2082

Browse files
authored
Add support for SPL2 language server for .spl2 files (#118)
* Add support for SPL2 language server for .spl2 files * Fix document selection
1 parent 59444fe commit 37d2082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

out/notebooks/spl2/initializer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class Spl2ClientServer {
134134
const clientOptions: LanguageClientOptions = {
135135
documentSelector: [
136136
{ language: 'splunk_spl2' },
137+
{ language: 'splunk_spl2', pattern: '**∕*.spl2'},
137138
],
138139
initializationOptions: { profile: null },
139140
};

0 commit comments

Comments
 (0)