Skip to content

Commit

Permalink
chore: specifying file name in paragraph of defining the language fir…
Browse files Browse the repository at this point in the history
…st-server.mdx (#19)
  • Loading branch information
tsukuha authored Dec 15, 2024
1 parent ddba0e7 commit 3ac43e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guides/first-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ A language definition, as its core, is simply a JavaScript object with two metho

Every file that the language server will handle will have a corresponding `VirtualCode` object. The language server will create these objects when a file is opened, and update them when the file is changed.

```ts
```ts title="packages/server/src/languagePlugin.ts"
import type { LanguagePlugin } from "@volar/language-core";
import type { URI } from "vscode-uri";

Expand Down

0 comments on commit 3ac43e4

Please sign in to comment.