diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73488eb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +preproc.manifest diff --git a/README.md b/README.md index ef077a8..fee6aab 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,7 @@ versions of this tool, and new code should avoid using them. If possible, consider configuring your editor to "fold" all code between the PPSTART and PPSTOP comments out of your visual field. -In VIM, the simplest way to fold generated code out of your way -is with the following commands, suitable for adding to your -`.vimrc` file: - - set foldmarker=PPSTART,PPSTOP - set foldmethod=marker - -Or, a more complicated way: +In VIM, you could add the following to your .vimrc file: autocmd BufWinEnter,Syntax *.v,*.sv syn region ppoutput \ start="\/\*PPSTART\*" end="\*PPSTOP\*" fold contains=TOP keepend @@ -108,8 +101,10 @@ Quick links: * [AUTOINC](#Macro_AUTOINC) * [AUTOINTERFACE](#Macro_AUTOINTERFACE) +* [AUTONC](#Macro_AUTONC) * [AUTONET](#Macro_AUTONET) * [AUTOTOSTRING](#Macro_AUTOTOSTRING) +* [CONFIG](#Macro_CONFIG) * [EXEC](#Macro_EXEC) * [FIXEDPOINT](#Macro_FIXEDPOINT) * [FOREACH](#Macro_FOREACH) @@ -224,6 +219,21 @@ The above example might expand to something like this: endmodule +Additional options: + +* `--style=