From 29b43736841451700deba6b749f7ef8cc1ea9c88 Mon Sep 17 00:00:00 2001 From: Ashwin Shenoy Date: Fri, 17 Sep 2021 17:21:21 +0530 Subject: [PATCH] Add `boolean` & `null` to `constant.language` scope data. This commit adds `boolean` & `null` 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 --- plugins/lib/scope_data/data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/lib/scope_data/data.py b/plugins/lib/scope_data/data.py index 97743d44..fc11c7fe 100644 --- a/plugins/lib/scope_data/data.py +++ b/plugins/lib/scope_data/data.py @@ -21,6 +21,8 @@ language infinity nan + boolean + null other placeholder