diff --git a/grammar.js b/grammar.js index d660628..dbd41a4 100644 --- a/grammar.js +++ b/grammar.js @@ -83,7 +83,6 @@ const alphaNumericIdentSuffixRE = /[A-Za-z0-9_']*/.source; const alphaAlphaNumericIdentRE = `[A-Za-z]${alphaNumericIdentSuffixRE}`; const primeAlphaNumericIdentRE = `'${alphaNumericIdentSuffixRE}`; const symbolicIdentRE = /[!%&$#+\-/:<=>?@\\~`^|*]+/.source; -// const identRE = `(?:${alphaAlphaNumericIdentRE})|(?:${primeAlphaNumericIdentRE})|(?:${symbolicIdentRE})`; // ******************************************************** // // "Separated By"