Skip to content

Commit 020ee67

Browse files
committed
Updated readme
1 parent 88dcfcd commit 020ee67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## For Katapult
2+
3+
To update this forked extension:
4+
5+
- Modify the "patterns" regex in this file: syntaxes\lit-html.json
6+
- Build the extension following these instructions: https://code.visualstudio.com/api/working-with-extensions/publishing-extension
7+
- Create a new release and upload the VSIX file to the assets for the release
8+
19
[![](https://vsmarketplacebadge.apphb.com/version/bierner.lit-html.svg)](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html) [![Build Status](https://travis-ci.org/mjbvz/vscode-lit-html.svg?branch=master)](https://travis-ci.org/mjbvz/vscode-lit-html)
210

311
Adds syntax highlighting and language support for html inside of JavaScript and TypeScript tagged template strings, such as used in [lit-html](https://github.com/PolymerLabs/lit-html) and other frameworks.

0 commit comments

Comments
 (0)