An open API service indexing awesome lists of open source software.

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

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

![Coreboot Device Tree Screenshot](screenshots/device_tree.png)

Device tree device aliases are also supported. This allows jumping between references and
definitions of device tree devices.

## ACPI Source Language (ASL)

![ACPI Source Language Screenshot](screenshots/asl.png)

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.