SublimeText / PackageDev

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

Initial syntax highlighting for the new sublime-color-scheme format #166

Closed keith-hall closed 6 years ago

keith-hall commented 7 years ago

...introduced in build 3149

FichteFoll commented 7 years ago

Maybe you'd like to add a few completions as well?

keith-hall commented 7 years ago

Added some static completions. Probably we will want to parse the variables section using a plugin to offer suggestions when people write var( in the relevant places, just like we do for sublime-syntax files.

keith-hall commented 7 years ago

Although, thinking about it, maybe the buffer completions will be good enough for variables?

FichteFoll commented 7 years ago

We'll probably want some CSS4 color highlighting first, that we could then also use for a theme syntax that doesn't exit yet.