From 370c1ea1e7e2283634c3cf41e776e7d635d348bf Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 27 Jan 2013 08:37:31 -0800 Subject: [PATCH] update plugin docs --- plugins/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 49842476..04b6c681 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -106,6 +106,8 @@ The event object will contain the following properties: - comment: the comment associated with the symbol, if any - id: the unique id of the symbol - lineno: the line number the symbols was found on +- range: an array containing the first and last characters of the code + associated with the symbol - astnode: the node of the parse tree - code: information about the code. This usually contains "name", "type", and "node" properties and might also have "value", "paramnames", or "funcscope"