mirror of
https://github.com/wuelnerdotexe/vim-astro.git
synced 2025-12-06 17:24:25 +08:00
Initial release
This commit is contained in:
17
doc/astro.txt
Normal file
17
doc/astro.txt
Normal 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:
|
||||
Reference in New Issue
Block a user