I tried to add inside 'user.json' file the lexer 'Text IMproved' for save text files with default .txt extension.
(I have take the name from '\CudaText\data\lexlib\Text IMproved.lcf'
I have see Your example in Wiki at 'File types config', then I have validate user.json edited on JSONLint https://jsonlint.com/.
But it do not works.
Do You can help me?
Here is my user.json modified:
Code: Select all
{
"detect": [
{"*.txt": "Text IMproved"},
{"*.ini": "Ini files"},
{"*.bat": "Batch files"},
{
"ui_lexer_themes" : false
}
]
}