SublimeText / PackageDev

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

Add `boolean` & `null` to `constant.language` scope data. #352

Closed UltraInstinct05 closed 3 years ago

UltraInstinct05 commented 3 years ago

This PR adds boolean & null sub scopes to the constant.language scope data. There were a few PR's regarding this.

  1. https://github.com/sublimehq/Packages/pull/2788
  2. https://github.com/sublimehq/Packages/pull/2785
  3. https://github.com/sublimehq/Packages/pull/2693