Back to all Bounties
Earn 2,340 ($23.40)
due 2 years ago
In Progress
Get .astro language server syntax coloring working in replit repl
triptych
Details
Applications
2
Discussion
Bounty Description
Problem Description
I want to have .astro files ( from https://astro.build ) working in Replit projects with syntax coloring, code hints, etc.
Apparently you can configure a replit's language using this:
https://docs.replit.com/programming-ide/configuring-repl#languageslanguage-name
Astro has language tools similar to other formats here: https://github.com/withastro/language-tools
Acceptance Criteria
Configure a replit to show .astro
files with the correct syntax coloring / formatting etc just like you might see in VSCode with a plugin. For .astro
files.
The output of this bounty is a replit repl with a sample Astro app running with the .astro files being able to be viewed with syntax coloring, hints, etc.