From c2358365ad0b82d4a5f023192ee0ab2c198d6aee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= <lnicola@dend.ro>
Date: Mon, 25 May 2020 11:51:56 +0300
Subject: Add self keyword semantic token type

---
 editors/code/package.json | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'editors/code')

diff --git a/editors/code/package.json b/editors/code/package.json
index 2f14eaebd..3127e6a30 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -595,6 +595,11 @@
                 "id": "lifetime",
                 "description": "Style for lifetimes"
             },
+            {
+                "id": "selfKeyword",
+                "description": "Style for the self keyword",
+                "superType": "keyword"
+            },
             {
                 "id": "typeAlias",
                 "description": "Style for type aliases",
-- 
cgit v1.2.3