mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-13 21:05:48 +00:00
drop max token len to 32 (#3925)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "lex.linguist_yy.h"
|
||||
|
||||
// Anything longer is unlikely to be useful.
|
||||
#define MAX_TOKEN_LEN 64
|
||||
#define MAX_TOKEN_LEN 32
|
||||
|
||||
int linguist_yywrap(yyscan_t yyscanner) {
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user