you're embedding it as a scripting api and want to limit permissions to just what's needed
have you adhered to the license? https://github.com/dgtlmoon/changedetection.io/blob/master/C... . if so, where can I get a copy of the source?
[dead]
I used to run into this type of problem frequently. I've found that personally adopting something like https://conventionalcomments.org really helps with ambiguity.
I think the big reason to put syntax highlighting in the language server is you have more info, ex you can highlight symbols imported from a different file in one color for integers and a different for functions
you're embedding it as a scripting api and want to limit permissions to just what's needed
have you adhered to the license? https://github.com/dgtlmoon/changedetection.io/blob/master/C... . if so, where can I get a copy of the source?
[dead]
[dead]
I used to run into this type of problem frequently. I've found that personally adopting something like https://conventionalcomments.org really helps with ambiguity.
I think the big reason to put syntax highlighting in the language server is you have more info, ex you can highlight symbols imported from a different file in one color for integers and a different for functions