Got include ignores to work, comment ignores work

Not sure yet if include renames work just yet (need to test)

Comment signatures are currently hardcoded for C/C++.
This commit is contained in:
2023-03-25 22:44:36 -04:00
parent d0fad572bc
commit 87c939e2b6
5 changed files with 110 additions and 26 deletions

View File

@ -9,9 +9,17 @@ __VERSION 1
// Precedence (highest to lowest):
// word, namespace, regex
// Comments
not comments
// Header files
not include zpl_hedley
//not word zpl_hedley
not include zpl_hedley.h
not include allocator.h
not include array.h
not include header/essentials/collections/array.h
not include header/essentials/collections/list.h
not include header/core/file.h
not include header/opts.h
// Removes the namespace.
namespace zpl_