feat(*): a new config var and an example img are added

This commit is contained in:
Wuelner Martínez
2022-08-05 22:49:03 -06:00
parent 7948891119
commit 4bd6284ce8
5 changed files with 52 additions and 16 deletions

View File

@@ -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"**.