-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(prql): add prql support #6126
feat(prql): add prql support #6126
Conversation
Sorry, I have not run [EDIT] I had modified that md file by hand. Only difference is, that prql should be a few lines lower. Should push these changes? |
Since I think a normal commit will do the trick. Alternatively Git provides some rebase and commit merge methods, so you can use |
bdfae2a
to
95616e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise this looks good
(Also see #4892 which talks about separating the highlights for function definitions and references)
Thanks! |
Adds support for PRQL languange.
I hope I added everything thats necessary to add language support.
Closes #6050