mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-02 16:13:27 +00:00
6 lines
No EOL
153 B
TypeScript
6 lines
No EOL
153 B
TypeScript
import * as vsclang from 'vscode-languageserver'
|
|
import { conf } from './server'
|
|
|
|
export function preprocess(document: vsclang.TextDocument) {
|
|
return
|
|
} |