diff options
Diffstat (limited to 'nimsuggest/sexp.nim')
-rw-r--r-- | nimsuggest/sexp.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nimsuggest/sexp.nim b/nimsuggest/sexp.nim index e0983467f..8f92e9098 100644 --- a/nimsuggest/sexp.nim +++ b/nimsuggest/sexp.nim @@ -7,6 +7,8 @@ # distribution, for details about the copyright. # +## **Note:** Import ``nimsuggest/sexp`` to use this module + import hashes, strutils, lexbase, streams, unicode, macros |