Skip to content

Commit

Permalink
Scope Data: Add boolean sub-scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jul 13, 2024
1 parent f42ca07 commit 9ee3b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/lib/scope_data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,6 +27,8 @@
infinity
nan
boolean
false
true
null
other
placeholder
Expand Down

0 comments on commit 9ee3b9d

Please sign in to comment.