Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2024
1 parent a6e09d2 commit 9cbfb7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/astro.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Language support for Astro",
"properties": {
"astro.content-intellisense": {
"default": false,
"description": "Enable experimental support for content collection intellisense inside Markdown, MDX and Markdoc. Note that this require also enabling the feature in your Astro config (experimental.contentCollectionIntellisense) (Astro 4.14+)",
"scope": "resource",
"type": "boolean"
},
"astro.language-server.ls-path": {
"description": "Path to the language server executable. You won't need this in most cases, set this only when needing a specific version of the language server",
"title": "Language Server: Path",
Expand Down
2 changes: 2 additions & 0 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
---@field server "off" | "messages" | "verbose"

---@class _.lspconfig.settings.astro.Astro
-- Enable experimental support for content collection intellisense inside Markdown, MDX and Markdoc. Note that this require also enabling the feature in your Astro config (experimental.contentCollectionIntellisense) (Astro 4.14+)
---@field content-intellisense boolean
---@field language-server _.lspconfig.settings.astro.Language-server
---@field trace _.lspconfig.settings.astro.Trace

Expand Down

0 comments on commit 9cbfb7f

Please sign in to comment.