From c9096c23053f3a4115beee61620609f8945768d8 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sat, 25 Nov 2017 00:49:06 +0100 Subject: [PATCH] Fix documentation on --full --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fc74f9..a5e2646 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,7 @@ a tab separated format: * identifier: raw name of a variable or function, etc * kind: empty for calltips, see above for rest * definition: function or variable definition string or close approximation for information display purpose -* symbolFilePath: in which file this symbol is defined or `stdin` -* symbolLocation: the byte offset at which the symbol is located in the file +* symbol location: in which file (or `stdin`) & byte offset this symbol is defined. Separated with a space. * documentation: escaped documentation string of this symbol #### Example `--full` output