Skip to content

Commit

Permalink
Add PRQL (XAMPPRocky#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored and ErikSchierboom committed Jun 7, 2024
1 parent 65fca5e commit cc362ff
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 @@ -1215,6 +1215,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 cc362ff

Please sign in to comment.