forked from phoedos/pmd
[plsql] grammar: set TRACK_TOKENS=false
This commit is contained in:
@ -123,7 +123,7 @@ options {
|
||||
BUILD_PARSER = true;
|
||||
BUILD_TOKEN_MANAGER = true;
|
||||
SANITY_CHECK = true;
|
||||
TRACK_TOKENS = true;
|
||||
TRACK_TOKENS = false;
|
||||
CACHE_TOKENS = true;
|
||||
|
||||
MULTI = true;
|
||||
|
Reference in New Issue
Block a user