Skip to content

Commit 072809d

Browse files
author
Brad Cornes
committed
initial refactor
1 parent f5dfe02 commit 072809d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+19872
-1737
lines changed

.gitignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
dist
21
node_modules
3-
.vscode-test/
4-
.vsix
5-
*.vsix
6-
.DS_Store
7-
.rts2_cache_cjs
2+
dist

.vscode/launch.json

-15
This file was deleted.

.vscodeignore

-9
This file was deleted.

CHANGELOG.md

-31
This file was deleted.

README.md

-50
This file was deleted.

img/css-highlighting-after.png

-33.6 KB
Binary file not shown.

img/css-highlighting-before.png

-32.5 KB
Binary file not shown.

img/css.gif

-1.4 MB
Binary file not shown.

img/html-hover.gif

-592 KB
Binary file not shown.

img/html.gif

-2.77 MB
Binary file not shown.

img/sublime/css.gif

-1.06 MB
Binary file not shown.

img/sublime/html.gif

-1.31 MB
Binary file not shown.

lerna.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "independent"
6+
}

0 commit comments

Comments
 (0)