Skip to content
New issue

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

Associate *.sarif files with json syntax #2695

Merged
merged 2 commits into from
Oct 4, 2023
Merged

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Oct 4, 2023

SARIF is a format for reporting static analysis results. It is used by GitHub CodeQL for example.

Here are some samples from Microsoft's VSCode extension:

https://github.com/microsoft/sarif-vscode-extension/tree/main/samples

The SARIF format is built on top of JSON so the .sarif files can be highlighted as JSON. This PR adds support for the file extension.

@Enselic
Copy link
Collaborator

Enselic commented Oct 4, 2023

Thank you

@Enselic Enselic merged commit 9f795dd into sharkdp:master Oct 4, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants