368: Version 1.0.4
This commit is contained in:
@@ -1,9 +1,18 @@
|
|||||||
# Quill
|
# Quill
|
||||||
For syntax highlighting Quill functions, as well as css and html strings.
|
For syntax highlighting Quill functions, as well as css and html strings.
|
||||||
|
|
||||||
Forked from the below repo. Currently supports everything it does, as well as ```addStyle(``)``` and ```html(``)```.
|
Forked from the below repo.
|
||||||
|
|
||||||
|
## Boilerplate:
|
||||||
|
- ```*html```: Type in an HTML file and select the suggestion to create HTML boilerplate.
|
||||||
|
- ```*element```: Type in a JS file and select the suggestion to create JS Custom Element boilerplate.
|
||||||
|
|
||||||
|
## Functions:
|
||||||
|
Clone this repository into the top level of the project you are working on, so the HTML can find the "quill.js" functions.
|
||||||
|
Use backticks with both to get HTML and CSS syntax highlighting.
|
||||||
|
- ```css() or addStyle()```: Adds a style to a Quill style tag in the head.
|
||||||
|
- ```html()```: Creates a parsed HTML element (which is not yet in the DOM)
|
||||||
|
|
||||||
|
|
|
||||||
## ES6 String HTML
|
## ES6 String HTML
|
||||||
> [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html)
|
> [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "quill",
|
"name": "quill",
|
||||||
"displayName": "Quill",
|
"displayName": "Quill",
|
||||||
"description": "HTML/CSS Syntax highlighting, best used with the Quill framework",
|
"description": "HTML/CSS Syntax highlighting, best used with the Quill framework",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"publisher": "capturedsun",
|
"publisher": "capturedsun",
|
||||||
"icon": "docs/Quill.png",
|
"icon": "docs/Quill.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Binary file not shown.
BIN
VSCode/quill-1.0.4.vsix
Normal file
BIN
VSCode/quill-1.0.4.vsix
Normal file
Binary file not shown.
Reference in New Issue
Block a user