Skip to content

Commit

Permalink
docs(readme): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam bacha committed Apr 15, 2021
1 parent e8dfa60 commit 60295d7
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
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

0 comments on commit 60295d7

Please sign in to comment.