diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-03-06 21:57:35 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-03-06 21:57:35 +0200 |
commit | 862c0ef83d7a85798df0474522dd4ba8cfcab674 (patch) | |
tree | e617065ce6bd6d72c278d7b22edbc5fcc5d86a58 /doc/idetools.txt | |
parent | 5324c9ebba1aa21c893db03c1d56d3ce1b42f162 (diff) | |
download | Nim-862c0ef83d7a85798df0474522dd4ba8cfcab674.tar.gz |
split the inline and closure iterators into different symbol kinds for easier discrimination between them
Diffstat (limited to 'doc/idetools.txt')
-rw-r--r-- | doc/idetools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt index c1eba9e5f..d4f0f077d 100644 --- a/doc/idetools.txt +++ b/doc/idetools.txt @@ -279,8 +279,8 @@ skForVar col 7: "" -skIterator ----------- +skIterator, skClosureIterator +----------------------------- The fourth column will be the empty string if the iterator is being defined, since at that point in the file the parser hasn't processed |