Skip to content

Commit 36c8dae

Browse files
authored
Release: Yul support (#12)
1 parent 3305e6e commit 36c8dae

File tree

6 files changed

+6051
-1083
lines changed

6 files changed

+6051
-1083
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ cache
1414
*-error.
1515
solidity-lang-*.zip
1616
*.vsix
17-
!dist/*.vsix
17+
dist/*.vsix

.vscode/extensions.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"recommendations": ["leodevbro.blockman"]
2+
"recommendations": [
3+
"leodevbro.blockman",
4+
"pedro-w.tmlanguage",
5+
"editorconfig.editorconfig",
6+
"jzmstrjp.color-the-tag-name",
7+
"chouzz.vscode-better-align",
8+
"annsk.alignment"
9+
]
310
}

0 commit comments

Comments
 (0)