[plsql] grammar: set TRACK_TOKENS=false

This commit is contained in:
Andreas Dangel
2020-03-20 10:53:03 +01:00
parent 3399cfe0d4
commit db6d57cd1d

View File

@ -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;