Initial release

This commit is contained in:
Wuelner Martínez
2022-08-05 13:55:57 -06:00
parent 2729ec0ead
commit 5f60161141
8 changed files with 367 additions and 2 deletions

17
doc/astro.txt Normal file
View File

@@ -0,0 +1,17 @@
*astro.txt* Astro language indentation and syntax support in Vim or Neovim.
==============================================================================
1. Configuration *astro-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'
==============================================================================
vim:textwidth=78:tabstop=8:filetype=help:

2
doc/tags Normal file
View File

@@ -0,0 +1,2 @@
astro-configuration astro.txt /*astro-configuration*
astro.txt astro.txt /*astro.txt*