https://github.com/drogonframework/drogon-csp-language
CSP language support for Visual Studio Code
https://github.com/drogonframework/drogon-csp-language
Last synced: 10 months ago
JSON representation
CSP language support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/drogonframework/drogon-csp-language
- Owner: drogonframework
- Created: 2021-06-08T06:30:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T06:47:27.000Z (over 4 years ago)
- Last Synced: 2025-04-10T00:39:24.345Z (10 months ago)
- Homepage:
- Size: 271 KB
- Stars: 11
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Drogon CSP
This extenstion adds syntax highlighting support for [Drogon Web Framework](https://github.com/an-tao/drogon)'s generic CSP templating system.
## Features
CSP (C++ Server Pages) is Drogon's generic text templating system. Though commonly used for generating HTML. It's really generic and capable of generating other text files. For example, JSON or Vue. This extenstion provides syntax highlighting for CSP and injects the syntax into common CSP targets, espically HTML and Vue.
* CSP syntax highlighting
* Syntax injection into HTML and Vue sources
## Preview
###### Plan CSP

###### HTML syntax with embedded CSP

(Set the syntax to HTML and it will be automatically enabled)
## Contribution
Feel free to open an issue or a PR for bugs, embedded into new syntax or anything