Skip to content

Commit 9abbb5d

Browse files
authored
Merge pull request #100 from CodinGame/fix-cobol
Fix cobol selector
2 parents d2e0c71 + d1587a9 commit 9abbb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/staticOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const staticOptions = asLanguageClientOptionsById({
9494
mutualizable: true
9595
},
9696
cobol: {
97-
documentSelector: [{ scheme: 'file', language: 'COBOL' }],
97+
documentSelector: [{ scheme: 'file', language: 'cobol' }],
9898
synchronize: {
9999
configurationSection: 'cobol-lsp'
100100
},

0 commit comments

Comments
 (0)