Skip to content

Commit

Permalink
New syntaxes in Json
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Apr 20, 2016
1 parent 5a461f3 commit 307c00e
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 243 deletions.
4 changes: 0 additions & 4 deletions Licence.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ The MIT License (MIT)

Copyright (c) 2016 Juan Blanco

All of Sublime Ethereum is licensed under the MIT license.

Copyright (c) 2015 David Krmpotic david.krmpotic@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ Many thanks to:

ChrisEth for his Solidity Compiler https://github.com/chriseth/browser-solidity


David Krmpotic and Ralph Pichler for the original Sublime extension, for syntax highlighting
David Krmpotic and Ralph Pichler for the original TM extension
https://github.com/davidhq/SublimeEthereum
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"grammars": [{
"language": "solidity",
"scopeName": "source.solidity",
"path": "./syntaxes/Solidity.tmLanguage"
"path": "./syntaxes/solidity.json"
}]
}
}
236 changes: 0 additions & 236 deletions syntaxes/Solidity.tmLanguage

This file was deleted.

Loading

0 comments on commit 307c00e

Please sign in to comment.