Skip to content

Commit

Permalink
Merge pull request #603 from vanillajonathan/patch-1
Browse files Browse the repository at this point in the history
Add PRQL to ace_doctypes.json
  • Loading branch information
rahmanusta authored Oct 13, 2023
2 parents 6f1f620 + 16ccbe0 commit fc74ec5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf/ace_doctypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,12 @@
"mode": "ace/mode/python",
"extensions": "py"
},
{
"name": "prql",
"caption": "PRQL",
"mode": "ace/mode/prql",
"extensions": "prql"
},
{
"name": "r",
"caption": "R",
Expand Down Expand Up @@ -905,4 +911,4 @@
"mode": "ace/snippets/asl",
"extensions": "dsl|asl"
}
]
]

0 comments on commit fc74ec5

Please sign in to comment.