Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lua): Ignore accessor with empty parameters
This will now not match `AccessorFunc()` and `AccessorFuncDT()` . (nothing, not even whitespace in between the parentheses) While this is still not perfect it prevents matching these in string literals in lua code files.
- Loading branch information