From 9ee3b9d942e9f4f6015fac6ac38d915c1fb40f4a Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sat, 13 Jul 2024 12:14:47 +0200 Subject: [PATCH] Scope Data: Add boolean sub-scopes See also https://github.com/sublimehq/Packages/pull/4009. --- plugins/lib/scope_data/data.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/lib/scope_data/data.py b/plugins/lib/scope_data/data.py index e1fd187e..08d8b6cb 100644 --- a/plugins/lib/scope_data/data.py +++ b/plugins/lib/scope_data/data.py @@ -3,6 +3,8 @@ # # constant.other.{path,wildcard}: # https://github.com/sublimehq/Packages/pull/3803#issuecomment-1627711666 +# constant.language.boolean.{true,false}: +# https://github.com/sublimehq/Packages/pull/4009 DATA = """ comment line @@ -25,6 +27,8 @@ infinity nan boolean + false + true null other placeholder