actually fix lint styles (#3187)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-07-30 00:27:47 -07:00
committed by GitHub
parent 6e296af507
commit 54936f6932
2 changed files with 3 additions and 11 deletions

View File

@ -18,6 +18,7 @@ import type {
ViewPlugin,
} from '@codemirror/view'
import { EditorView, Tooltip } from '@codemirror/view'
import { linter } from '@codemirror/lint'
import type { PublishDiagnosticsParams } from 'vscode-languageserver-protocol'
import type * as LSP from 'vscode-languageserver-protocol'
@ -572,6 +573,7 @@ export class LanguageServerPluginSpec
lspHoverExt(plugin),
lspIndentExt(),
lspSemanticTokensExt(),
linter(null),
]
}
}