-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use esphome language this migrates from yaml language to esphome language in the monaco editor, this mostly deals with changing how tokens are named, more specifically keys in yaml blocks are no longer text but keywords, this results in the editor triggering a completion dropdown to show up as soon as a character is written. This has a major impact on editing on mobile as there is no easy way to trigger the auto completions * fix format
- Loading branch information
Showing
2 changed files
with
258 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters