You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+83-15Lines changed: 83 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Lit-HTML & Styled Components Extension
2
2
3
-
A VS Code extension that provides syntax highlighting and diagnostic features for lit-html templates and styled-components in JavaScript/TypeScript projects.
3
+
A VS Code extension that provides syntax highlighting and diagnostic features for lit-html templates, styled-components and css-templates in JavaScript/TypeScript projects.
4
4
This project builds on the Base-Custom-Components project.
Contains the logic for finding and processing tagged template literals.
158
+
159
+
### 📁 Class
160
+
161
+
Core validation and parsing classes:
162
+
163
+
-`HtmlValidator` - Logic for html syntax
164
+
165
+
-`CssValidator` - Logic for html syntax
166
+
167
+
-`CustomElement` - The central class of the project that handles custom element processing and validation. To add custom attributes for a specific tag, please add it here in the right place in the hierarchie.
0 commit comments