SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Add support for "keyfiles" to sublime-build syntax highlighting #179

Closed keith-hall closed 6 years ago

keith-hall commented 6 years ago

while looking at https://forum.sublimetext.com/t/trying-to-create-a-debian-package-sublime-build/34430, I noticed that keyfiles wasn't highlighted correctly. This PR corrects that and adds the relevant completions. More info at:

keith-hall commented 6 years ago

This now also fixes a bug whereby the cancel key in build systems was updated in recent dev builds, but the highlighting was scoping valid constructs as invalid and didn't recover gracefully either.