-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sam bacha
committed
Apr 15, 2021
1 parent
e8dfa60
commit 60295d7
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,38 @@ | ||
# `solidity-lang` | ||
|
||
> [soliditylang.org](https://soliditylang.org/) | ||
> sytnax highlighting extenstion without plugins | ||
## Motivation | ||
|
||
Every Solidity extenstion on Visual Studio Code's Marketplacce contain multiple plugins. This can lead | ||
to an inconssistent developer environment, or worse create conflicting configurations that, under the | ||
pretense of `helping` you, do things in the background to your files wihtout your explicit knowledge. | ||
|
||
Hence why this extenstion exists: only to provide syntax highlighting so that you can decided what to add without | ||
having to give up basic functionality. | ||
|
||
## Features | ||
|
||
- Solidity Syntax Highlight, nothing else | ||
- Solidity Syntax Highlight | ||
- No other plugins, configurations, etc: just syntax highlighting | ||
|
||
- Support ^0.5.0 to <0.9.0 | ||
|
||
- see the additional `.vscode/settings` for better git workspace environment | ||
|
||
|
||
## Extension Settings | ||
|
||
This extension contributes the following settings: | ||
|
||
* `solidity-lang.enable`: enable/disable this extension | ||
|
||
|
||
## Issues / Support | ||
|
||
[github.com/contractshark](https://github.com/contractshark) | ||
|
||
|
||
## License | ||
|
||
MIT |