stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

Add highlighting for non-built-in functions #3

Closed denolfe closed 7 years ago

denolfe commented 7 years ago

Functions that are not built-ins will now be highlighted

stef-levesque commented 7 years ago

I'm not sure I see the difference in my usual scripts. Do you have an example where the highlight would show the difference ?

denolfe commented 7 years ago

Sure, I'll get a screenshot of the difference.

denolfe commented 7 years ago

This example shows a new function declaration and then using the function before and after the PR changes:

syntax-before

syntax-after

stef-levesque commented 7 years ago

Ah! I get it now. Thanks!