https://github.com/coreboot/sublime-text-coreboot-syntax
read-only mirror of https://review.coreboot.org/sublime-text-coreboot-syntax
https://github.com/coreboot/sublime-text-coreboot-syntax
Last synced: 3 months ago
JSON representation
read-only mirror of https://review.coreboot.org/sublime-text-coreboot-syntax
- Host: GitHub
- URL: https://github.com/coreboot/sublime-text-coreboot-syntax
- Owner: coreboot
- License: mit
- Created: 2021-03-05T20:33:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T22:05:08.000Z (over 4 years ago)
- Last Synced: 2025-01-02T23:46:23.377Z (over 1 year ago)
- Language: ASL
- Size: 263 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Coreboot Syntax for Sublime Text
This package contains syntax definitions that make working on coreboot
easier.
## Currently supported syntaxes:
### Coreboot Device Tree

Device tree device aliases are also supported. This allows jumping between references and
definitions of device tree devices.
## ACPI Source Language (ASL)

Coming Soon:
* C - There is [PR](https://github.com/sublimehq/Packages/pull/1831) that
drastically improves the C syntax definition.
* Kconfig
## Contributions
This repository is currently hosted at [review.coreboot.org](https://review.coreboot.org/). After creating an account clone the
[sublime-text-coreboot-syntax](https://review.coreboot.org/admin/repos/sublime-text-coreboot-syntax) repo.
See the
[guidelines](https://doc.coreboot.org/getting_started/gerrit_guidelines.html) for more information.
## License
This repository is licensed under the `MIT` license. For some parts, which were derived from other projects, other licenses may apply. Please check the individual source files for details.