Technically you can support highlighting of defined scopes when they are used, but it is a much harder problem to solve and it cannot be done with just the synatx highlight definitions, requires writing a sublime plugin.
I am currently doing exactly that, it works by using the syntax definition file to mark the symbols in the current file and the plugin code which extracts the symbols and applies a scope to wherever thay are used.
I can’t remember the original thread, but it is based on ColorCoder idea - which is needed if you want to highlight text programmatically.