diff options
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a3385a3868b..ad5f97bb191 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1497,6 +1497,11 @@ "superType": "attribute" }, { + "id": "deriveHelper", + "description": "Style for derive helpers", + "superType": "attribute" + }, + { "id": "dot", "description": "Style for .", "superType": "punctuation" |
