We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, within the CakeLanguage file, we include the following:
https://github.com/cake-build/cake-vs/blob/develop/src/Classifier/Languages/CakeLanguage.cs#L14
public static List<string> Preprocessors => new List<string> {@"^[#]{1}(load|r|addin|tool)"};
However, as per the docs here:
https://cakebuild.net/docs/writing-builds/preprocessor-directives
There are actually other directives that we should support.
The text was updated successfully, but these errors were encountered:
A PR was opened to address this issue:
#85
But this will require to be updated, with the recent changes that were made to the source code.
Sorry, something went wrong.
(cake-buildGH-118) Add missing preprocessor keywords
e04088d
gep13
Successfully merging a pull request may close this issue.
Currently, within the CakeLanguage file, we include the following:
https://github.com/cake-build/cake-vs/blob/develop/src/Classifier/Languages/CakeLanguage.cs#L14
However, as per the docs here:
https://cakebuild.net/docs/writing-builds/preprocessor-directives
There are actually other directives that we should support.
The text was updated successfully, but these errors were encountered: