diff --git a/README.md b/README.md
index ba36005..70615a3 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@
Usage: Install the VSCode extension "Quill".
## Boilerplate:
-- ```*page```: Type in an HTML file and select the suggestion to create HTML 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.
- ```addStyle```: Adds a style to a Quill style tag in the head.
-- ```create```: Creates a parsed HTML element (which is not yet in the DOM)
\ No newline at end of file
+- ```html```: Creates a parsed HTML element (which is not yet in the DOM)
\ No newline at end of file
diff --git a/VSCode/.DS_Store b/VSCode/.DS_Store
index 70f1ee5..fadc775 100644
Binary files a/VSCode/.DS_Store and b/VSCode/.DS_Store differ
diff --git a/VSCode/package.json b/VSCode/package.json
index 7ac1cc4..2a1c929 100644
--- a/VSCode/package.json
+++ b/VSCode/package.json
@@ -2,7 +2,7 @@
"name": "quill",
"displayName": "Quill",
"description": "HTML/CSS Syntax highlighting, best used with the Quill framework",
- "version": "1.0.2",
+ "version": "1.0.3",
"publisher": "capturedsun",
"icon": "docs/Quill.png",
"engines": {
diff --git a/VSCode/quill-1.0.3.vsix b/VSCode/quill-1.0.3.vsix
new file mode 100644
index 0000000..a28c0b9
Binary files /dev/null and b/VSCode/quill-1.0.3.vsix differ
diff --git a/VSCode/snippets-html.json b/VSCode/snippets-html.json
index e744296..e1e54d1 100644
--- a/VSCode/snippets-html.json
+++ b/VSCode/snippets-html.json
@@ -1,21 +1,47 @@
{
"*page": {
- "prefix": "*page",
+ "prefix": "*html",
"body": [
"",
"",
"