Closed deathaxe closed 5 years ago
This commit updates completions for sublime-syntax development according to the new scope naming guidelines, which are not yet covered by another PR.
see: https://www.sublimetext.com/docs/3/scope_naming.html#constant
Note: The keywords extends and throws are no longer part of the scope naming guideline. They are therefore removed from the completions.
extends
throws
This commit updates completions for sublime-syntax development according to the new scope naming guidelines, which are not yet covered by another PR.
see: https://www.sublimetext.com/docs/3/scope_naming.html#constant
Note: The keywords
extends
andthrows
are no longer part of the scope naming guideline. They are therefore removed from the completions.