Skip to content

Commit

Permalink
Merge pull request #411 from vanillajonathan/patch-1
Browse files Browse the repository at this point in the history
Add PRQL
  • Loading branch information
boyter committed Oct 3, 2023
2 parents 8513b92 + 75536b8 commit 09919b3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5652,6 +5652,53 @@
"python3"
]
},
"PRQL": {
"complexitychecks": [
"case ",
"&& ",
"|| ",
"!= ",
"== ",
"~= "
],
"extensions": [
"prql"
],
"line_comment": [
"#"
],
"multi_line": [],
"quotes": [
{
"end": "\"",
"start": "\""
},
{
"end": "'",
"start": "'"
},
{
"docString": true,
"end": "\"\"\"",
"start": "\"\"\""
},
{
"docString": true,
"end": "'''",
"start": "'''"
},
{
"docString": true,
"end": "\"\"\"",
"start": "r\"\"\""
},
{
"docString": true,
"end": "'''",
"start": "r'''"
}
]
},
"Q#": {
"complexitychecks": [
"for ",
Expand Down

0 comments on commit 09919b3

Please sign in to comment.