kjelsrud.dev/node_modules/@astrojs/language-server
2023-07-19 21:31:30 +02:00
..
bin 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00
dist 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00
node_modules/.bin 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00
types 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00
LICENSE 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00
package.json 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00
README.md 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00

@astrojs/language-server

The Astro language server, implement the language server protocol

Folder structure

├── bin             # .js file used to start the server
├── dist            # Compiled files, generated by TypeScript
├── src             # Source files
│   ├── core        # Core code such as .astro file parsing, configuration manager, document definition etc
│   └── plugins     # Modules for the different languages supported in .astro files
├── test            # Tests
└── types           # Types injected into Astro files by the language server under certain conditions