Commit 924f28c7 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #851 from ethereum/eventDefinition

add eventDefinition to context view
parents 3934ee7e 877f8d0c
...@@ -140,7 +140,8 @@ function isDefinition (node) { ...@@ -140,7 +140,8 @@ function isDefinition (node) {
node.name === 'FunctionDefinition' || node.name === 'FunctionDefinition' ||
node.name === 'ModifierDefinition' || node.name === 'ModifierDefinition' ||
node.name === 'VariableDeclaration' || node.name === 'VariableDeclaration' ||
node.name === 'StructDefinition' node.name === 'StructDefinition' ||
node.name === 'EventDefinition'
} }
module.exports = ContextView module.exports = ContextView
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