2022-08-05 15:43:46 -06:00
2022-08-05 13:55:57 -06:00
2022-08-05 13:55:57 -06:00
2022-08-05 13:55:57 -06:00
2022-08-05 13:55:57 -06:00
2022-08-05 11:11:30 -05:00
2022-08-05 13:55:57 -06:00

Astro support for Vim or Neovim

🧑‍🚀 Not sure what Astro is? See their website at astro.build!

Provides syntax highlighting and indentation (beta) support for .astro files.

Features

  • Syntax highlighting for embedded languages:
    • JavaScript and JSX.
    • TypeScript and TSX.
    • CSS, SCSS, SASS, and LESS.
    • Stylus (need external support).
  • Indentation (beta).
  • Code folding.
  • No dependencies.

Installation

Install via your preferred package manager. Example using vim-plug:

Plug 'wuelnerdotexe/vim-astro'

alternatively, install manually.

Configuration

The following variables control certain syntax highlighting features. You can add them to your .vimrc or init.vim.

let g:astro_typescript = 'enable'

Enables TypeScript and TSX for .astro files.

Default Value: 'disable'

Maintainer

Hi 👋, I'm Wuelner, a software developer from Guatemala, passionate about creating minimalist solutions using solid fundamentals focused on "how things should be".

Credits

License

MIT © Wuelner Martínez.

¡Con 💖 de LATAM para el mundo!

Description
Astro language (.astro files) indentation and syntax support in Vim or Neovim. 🚀🧑‍🚀
Readme MIT 10 MiB
Languages
Vim Script 100%