I use VSCode with this extension to write PRQL files, as well as to develop and run Jupyter notebooks with Microsoft's Jupyter extension (https://github.com/Microsoft/vscode-jupyter.git) against kernel with pyprql.
I noticed that although syntax highlighting works fine for *.prql files, there is no option to set the PRQL language for individual cells in the notebook:

Is it possible to use syntax highlighting provided for "normal" editors to support highlighting in the Jupyter cells?