Skip to content

Commit

Permalink
Add PRQL
Browse files Browse the repository at this point in the history
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.

https://prql-lang.org/
https://github.com/PRQL/prql
  • Loading branch information
vanillajonathan authored Oct 3, 2023
1 parent c8e4d07 commit 70d1504
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,13 @@
"mime": ["text/x-python"],
"extensions": ["py", "pyw"]
},
"PRQL": {
"line_comment": ["#"],
"doc_quotes": [["\\\"\\\"\\\"", "\\\"\\\"\\\""], ["'''", "'''"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"mime": ["application/prql"],
"extensions": ["prql"]
},
"Q": {
"name": "Q",
"nested": true,
Expand Down

0 comments on commit 70d1504

Please sign in to comment.