Vim plugin with full support for all standard OpenJS Architect file format syntax, including:
- Pragmas
- Scalar values: (
string
,number
,boolean
) - Complex values: (
array
,vector
,map
) - Comments (of course)
Automatically detects common Architect files, including:
app.arc
+.arc
- primary project manifests)prefs.arc
+preferences.arc
- local Sandbox preferences, including env varsconfig.arc
+.arc-config
- function configs
Learn more about the Architect format here
Download with your favorite package manager.
" Vim-Plug
Plug 'architect/vim-plugin'
" Vundle
Plugin 'architect/vim-plugin'
-- Packer
use 'architect/vim-plugin'
If you prefer to use vim's built-in package manager run :help packages
and follow the instructions from there.