https://github.com/cossssmin/vscode-posthtml
PostHTML code snippets for VS Code.
https://github.com/cossssmin/vscode-posthtml
posthtml vscode vscode-snippets
Last synced: 14 days ago
JSON representation
PostHTML code snippets for VS Code.
- Host: GitHub
- URL: https://github.com/cossssmin/vscode-posthtml
- Owner: cossssmin
- License: mit
- Created: 2020-03-24T13:17:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T13:47:51.000Z (over 5 years ago)
- Last Synced: 2025-01-19T18:43:41.544Z (12 months ago)
- Topics: posthtml, vscode, vscode-snippets
- Homepage:
- Size: 371 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostHTML
> [PostHTML](https://posthtml.org/) snippets for VS Code.

## Install
```sh
$ ext install posthtml
```
Or, `F1` → `Install Extension` → Search for `posthtml`
## Snippets
The following snippets are included:
For [posthtml-extends](https://github.com/posthtml/posthtml-extend):
- ``
- `` (`extends` alias)
* ``
* ``
For [posthtml-expressions](https://github.com/posthtml/posthtml-expressions):
- ``
- ``
- ``
- ``
- ``
- ``
- ``
- ``
- ``
- ``
- ``
- ``, ``
For [posthtml-include](https://github.com/posthtml/posthtml-include):
- ``
For [posthtml-modules](https://github.com/posthtml/posthtml-modules):
- ``
For other plugins:
- `` (modules in [maizzle.js](https://maizzle.com))
- `` ([posthtml-spaceless](https://github.com/posthtml/posthtml-spaceless))
- `` ([posthtml-lorem](https://github.com/jonathantneal/posthtml-lorem))
- ``, `` ([posthtml-md](https://github.com/jonathantneal/posthtml-md), [posthtml-markdown](https://github.com/OzymandiasTheGreat/posthtml-markdown), [posthtml-md2html](https://github.com/posthtml/posthtml-md2html))
## Usage
Start writing a snippet's `prefix` (tag name) and then press Tab ↹ to expand the snippet.
## License
MIT © [Cosmin Popovici](https://github.com/cossssmin)