Skip to content

Commit

Permalink
Add support for SPL2 language server for .spl2 files (#118)
Browse files Browse the repository at this point in the history
* Add support for SPL2 language server for .spl2 files

* Fix document selection
  • Loading branch information
fantavlik authored Mar 25, 2024
1 parent 59444fe commit 37d2082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions out/notebooks/spl2/initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class Spl2ClientServer {
const clientOptions: LanguageClientOptions = {
documentSelector: [
{ language: 'splunk_spl2' },
{ language: 'splunk_spl2', pattern: '**∕*.spl2'},
],
initializationOptions: { profile: null },
};
Expand Down

0 comments on commit 37d2082

Please sign in to comment.