Skip to content

Commit 9ee3b9d

Browse files
committed
Scope Data: Add boolean sub-scopes
See also sublimehq/Packages#4009.
1 parent f42ca07 commit 9ee3b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/lib/scope_data/data.py

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#
44
# constant.other.{path,wildcard}:
55
# https://github.com/sublimehq/Packages/pull/3803#issuecomment-1627711666
6+
# constant.language.boolean.{true,false}:
7+
# https://github.com/sublimehq/Packages/pull/4009
68
DATA = """
79
comment
810
line
@@ -25,6 +27,8 @@
2527
infinity
2628
nan
2729
boolean
30+
false
31+
true
2832
null
2933
other
3034
placeholder

0 commit comments

Comments
 (0)