Changed scope for builtin functions/statements
Changes for D3 and QM:
- The scope for builtin functions and statements has been changed from entity.name.* to support.function.*. This better conforms with the way Sublime is setup (which involves the goto definition functionality).
- An association between external subroutine calls and the subroutine statement has been created. You can now goto the external subroutine by pressing F12 when the caret is on the subroutine name of a call statement. The subroutine will been to be opened in another tab or contained within the project for this to work.