Add solidity language (#3973)

* add solidity language

* add solidity color

* move samples to test fixtures

they're not used by the bayesian classifier

* Update languages.yml

* Rename RefundVault.sol to RefundVault.solidity

* Rename pygments-example.sol to pygments-example.solidity

* Change color from #383838 to #AA6746

`Color #383838 is too close to ["3F3F3F", "383838"]`

* Fix test

* Remove test/fixtures and add samples

* Remove extension

* Remove sample file
This commit is contained in:
BRAMILLE Sébastien
2018-01-12 17:26:51 +00:00
committed by Colin Seymour
parent 434023460e
commit ef3b0b6af3
2 changed files with 7 additions and 0 deletions

View File

@@ -4339,6 +4339,12 @@ Smarty:
codemirror_mime_type: text/x-smarty
tm_scope: text.html.smarty
language_id: 353
Solidity:
type: programming
color: "#AA6746"
ace_mode: text
tm_scope: source.solidity
language_id: 237469032
SourcePawn:
type: programming
color: "#5c7611"