SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Add contexts and variable to syntax reference list #213

Closed deathaxe closed 5 years ago

deathaxe commented 5 years ago

This commit prepares PackageDev to correctly show all references of contexts and variables in the Goto Definition Popup in case https://github.com/SublimeTextIssues/Core/issues/2546 gets fixed some day.

This allows navigation between the definition of contexts/variables and all usages.