Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Lua constant for UI_STYLE_LEXER_MAX
Currently, there's no mechanism for defining user styles without risk of collision with default lexer and theme settings. Very few lexers use more than 10, let alone all 64 of the allowed styles, so UI_STYLE_LEXER_MAX - (no. of user defined styles) allows for a reasonably large number of user-defined styles before collision becomes a problem.
- Loading branch information