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 partiql mode #4630

Merged
merged 2 commits into from Feb 18, 2022
Merged

Add partiql mode #4630

merged 2 commits into from Feb 18, 2022

Conversation

jpschorr
Copy link
Contributor

@jpschorr jpschorr commented Feb 4, 2022

Add syntax mode for PartiQL (https://partiql.org/)

Note: this PR includes/depends on #4629 (Add ion highlight mode), as PartiQL can embed literal ion values.

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 Feb 18, 2022

Codecov Report

Merging #4630 (7fa7e8c) into master (8a991cc) will increase coverage by 0.02%.
The diff coverage is 86.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4630      +/-   ##
==========================================
+ Coverage   71.09%   71.11%   +0.02%     
==========================================
  Files         547      551       +4     
  Lines       55429    55529     +100     
  Branches    10391    10395       +4     
==========================================
+ Hits        39405    39491      +86     
- Misses      16024    16038      +14     
Flag Coverage Δ
unittests 71.11% <86.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
lib/ace/mode/ion.js 75.86% <75.86%> (ø)
lib/ace/mode/partiql.js 75.86% <75.86%> (ø)
lib/ace/mode/ion_highlight_rules.js 100.00% <100.00%> (ø)
lib/ace/mode/partiql_highlight_rules.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a991cc...7fa7e8c. Read the comment docs.

@nightwing nightwing merged commit f9c58ce into ajaxorg:master Feb 18, 2022
@jpschorr jpschorr mentioned this pull request Apr 29, 2022
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