Skip to content

Commit

Permalink
Add PRQL (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored May 2, 2024
1 parent f08c87a commit 1224e98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,12 @@
"mime": ["text/x-python"],
"extensions": ["py", "pyw"]
},
"PRQL": {
"line_comment": ["#"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"mime": ["application/prql"],
"extensions": ["prql"]
},
"Q": {
"name": "Q",
"nested": true,
Expand Down

0 comments on commit 1224e98

Please sign in to comment.