Closed deathaxe closed 6 years ago
Uh, the - meta.mapping meta.mapping
should already prevent this from happening. I'll have to take a closer look why it's not working as intended as it is now.
Hmm. Maybe - (meta.mapping meta.mapping)
?
@FichteFoll: How about main keys being suggested within themselves? I recently simplified my initial approach to fix that issue.
Ah yeah, I forgot about this. I'll just include it in the next hotfix release.
Made a small modification and went with the same approach as with themes.
The main-keys of a sublime-color-scheme are currently being suggested within themselves.
This commit changes the selector to suggest main keys only within the top-level object where such keys are actually valid only.