Skip to content

Official Vim plugin for Architect, including syntax highlighting for the Architect file format (app.arc, .arc, config.arc, and prefs.arc)

License

Notifications You must be signed in to change notification settings

architect/vim-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architect for Vim

Architect Logo

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 vars
  • config.arc + .arc-config - function configs

Learn more about the Architect format here

Installation

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.

About

Official Vim plugin for Architect, including syntax highlighting for the Architect file format (app.arc, .arc, config.arc, and prefs.arc)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published