diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 7e558ccc..f20a61bf 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -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" diff --git a/vendor/README.md b/vendor/README.md index c8bbded6..810458a0 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -336,6 +336,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting - **Smalltalk:** [tomas-stefano/smalltalk-tmbundle](https://github.com/tomas-stefano/smalltalk-tmbundle) - **Smarty:** [textmate/php-smarty.tmbundle](https://github.com/textmate/php-smarty.tmbundle) - **SMT:** [SRI-CSL/SMT.tmbundle](https://github.com/SRI-CSL/SMT.tmbundle) +- **Solidity:** [davidhq/SublimeEthereum](https://github.com/davidhq/SublimeEthereum) - **SourcePawn:** [github-linguist/sublime-sourcepawn](https://github.com/github-linguist/sublime-sourcepawn) - **SPARQL:** [peta/turtle.tmbundle](https://github.com/peta/turtle.tmbundle) - **Spline Font Database:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)