https://github.com/architect/sublime-package
Official Sublime Text package for Architect, including syntax highlighting for the Architect file format (app.arc, .arc, config.arc, and prefs.arc)
https://github.com/architect/sublime-package
Last synced: 8 months ago
JSON representation
Official Sublime Text package for Architect, including syntax highlighting for the Architect file format (app.arc, .arc, config.arc, and prefs.arc)
- Host: GitHub
- URL: https://github.com/architect/sublime-package
- Owner: architect
- License: apache-2.0
- Created: 2021-09-10T03:38:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T03:33:59.000Z (over 4 years ago)
- Last Synced: 2025-01-07T21:25:41.916Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Architect for Sublime Text

Full support for all standard OpenJS Architect file format values, 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](https://arc.codes/docs/en/guides/get-started/project-layout)