Unverified Commit bac6588b authored by yann300's avatar yann300 Committed by GitHub

comment and update ext

parent d381c47c
...@@ -202,8 +202,8 @@ class ContractDropdownUI { ...@@ -202,8 +202,8 @@ class ContractDropdownUI {
this.enableContractNames(true) this.enableContractNames(true)
this.enableAtAddress(true) this.enableAtAddress(true)
} else if (/.(.sol)$/.exec(currentFile) } else if (/.(.sol)$/.exec(currentFile)
|| /.(.vy)$/.exec(currentFile) || /.(.vy)$/.exec(currentFile) // vyper
|| /.(.lexon)$/.exec(currentFile) || /.(.lex)$/.exec(currentFile) // lexon
|| /.(.contract)$/.exec(currentFile)) { || /.(.contract)$/.exec(currentFile)) {
this.createPanel.style.display = 'block' this.createPanel.style.display = 'block'
this.orLabel.style.display = 'block' this.orLabel.style.display = 'block'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment