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

Add syntax highlighting for PRQL #5307

Merged
merged 7 commits into from
Sep 11, 2023
Merged

Conversation

vanillajonathan
Copy link
Contributor

@vanillajonathan vanillajonathan commented Sep 9, 2023

Description of changes:
Adds a syntax highlighting mode for the PRQL query language.

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
https://prql-lang.org/
https://github.com/PRQL/prql

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Sep 9, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6c18338) 87.25% compared to head (cf0755f) 87.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5307   +/-   ##
=======================================
  Coverage   87.25%   87.26%           
=======================================
  Files         567      569    +2     
  Lines       45368    45394   +26     
  Branches     6930     6930           
=======================================
+ Hits        39587    39613   +26     
  Misses       5781     5781           
Flag Coverage Δ
unittests 87.26% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/mode/prql.js 100.00% <100.00%> (ø)
src/mode/prql_highlight_rules.js 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@akoreman akoreman merged commit 24862cd into ajaxorg:master Sep 11, 2023
3 checks passed
@akoreman
Copy link
Contributor

Thanks for your contribution.

@snth
Copy link

snth commented Sep 11, 2023

Thanks

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.

3 participants