mirror of
https://github.com/wuelnerdotexe/vim-astro.git
synced 2025-12-16 05:47:07 +08:00
feat(*): a new config var and an example img are added
This commit is contained in:
15
README.md
15
README.md
@@ -4,6 +4,11 @@
|
||||
|
||||
Provides syntax highlighting and indentation (beta) support for `.astro` files.
|
||||
|
||||
<div align="center">
|
||||
<img src="https://raw.githubusercontent.com/wuelnerdotexe/vim-astro/main/assets/astro.png">
|
||||
<strong>Theme:</strong> <a href="https://wuelnerdotexe.github.io/enfocado">Enfocado</a> Dark Neon.
|
||||
</div>
|
||||
|
||||
## Features
|
||||
|
||||
- Syntax highlighting for embedded languages:
|
||||
@@ -37,6 +42,16 @@ Enables TypeScript and TSX for `.astro` files.
|
||||
|
||||
Default Value: 'disable'
|
||||
|
||||
```vim
|
||||
let g:astro_stylus = 'enable'
|
||||
```
|
||||
|
||||
Enables Stylus for `.astro` files.
|
||||
|
||||
Default Value: 'disable'
|
||||
|
||||
NOTE: Vim does not provide Stylus support by default, but you can install [vim-stylus](https://github.com/wavded/vim-stylus) to support it.
|
||||
|
||||
## Maintainer
|
||||
|
||||
> Hi 👋, I'm **[Wuelner](https://linktr.ee/wuelnerdotexe)**, a **software developer from Guatemala**, passionate about creating minimalist solutions using solid fundamentals focused on **"how things should be"**.
|
||||
|
||||
Reference in New Issue
Block a user