Syntax highlighting for Drogon CSP (.csp) files in Zed.
| Construct | |
|---|---|
<%c++ ... %> |
C++ block (injected as cpp) |
<%inc ... %> |
Include block (injected as cpp) |
{% EXPR %} |
Expression (injected as cpp) |
<%view NAME %> |
View include |
<%layout NAME %> |
Layout include |
[[ NAME ]] |
Variable interpolation |
| Surrounding markup | Injected as html |
Clone, then in Zed: command palette → zed: install dev extension → pick the cloned directory.
marty1885/drogon-csp-language (VS Code extension).
MIT