Skip to content

Astro language (.astro files) indentation and syntax support in Vim or Neovim. πŸš€πŸ§‘β€πŸš€βœ¨

License

Notifications You must be signed in to change notification settings

wuelnerdotexe/vim-astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Astro support for Vim or Neovim

πŸ§‘β€πŸš€ Not sure what Astro is? See their website at astro.build!

Provides syntax highlighting and indentation support for .astro files.

Theme: Enfocado Dark Neon.

Features

  • Syntax highlighting for embedded languages:
    • JavaScript and JSX.
    • TypeScript and TSX.
    • CSS, SCSS, SASS, and LESS.
    • Stylus (need external support).
  • Indentation (experimental).
  • Code folding.
  • No dependencies from external syntax plugins.
  • Full integration with Vim functions. Read more.

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'

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 to support it.

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.

With πŸ’– from LATAM to the world!

About

Astro language (.astro files) indentation and syntax support in Vim or Neovim. πŸš€πŸ§‘β€πŸš€βœ¨

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project