Skip to content

Commit

Permalink
Update lexer file extension size to 512 (511 characters).
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Nov 9, 2018
1 parent dc6eadb commit 448bff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EditLexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define NUMKEYWORD (KEYWORDSET_MAX + 1)

#define MAX_EDITSTYLE_VALUE_SIZE 256
#define MAX_EDITLEXER_EXT_SIZE 256
#define MAX_LEXER_STYLE_EDIT_SIZE 256
#define MAX_EDITLEXER_EXT_SIZE 512
#define MAX_LEXER_STYLE_EDIT_SIZE 512

// localization, get lexer and style name from resuorce
#define NP2_GET_LEXER_STYLE_NAME_FROM_RES 0
Expand Down

0 comments on commit 448bff8

Please sign in to comment.