История изменений
Исправление c0unt0, (текущая версия) :
Обратил, благодарю. Но как подсветку врубить так и не нашёл. Только вот это, но оно не помогло:
Dynamic highlight is enabled by option "lexer_dynamic_hilite":true. Additional limitation option "lexer_dynamic_hilite_max_lines":2000 allows the feature only in files which have not more than (option value) lines. This limitation is useful because dynamic highlight makes lexer parsing slower.
Feature enables to highlight some lexer 'tokens' dynamically (with default greenish background color), when caret changes position. It is required that lexer utilizes this feature. These lexers in the CudaText distro utilize this feature:
HTML
PHP, because it copies lot of HTML configuration
XML
Lua
CSS: rule highlights {}-block with background color when caret is inside
JavaScript: rule highlights {} brackets when caret is inside (here it is the same as another feature: pair-bracket highlighting)
bracket_highlight тоже включил, не подсвечивает даже для html-кодов типа
<h1><p>123</p></h1>
Исправление c0unt0, :
Обратил, благодарю. Но как подсветку врубить так и не нашёл. Только вот это, но оно не помогло:
Dynamic highlight is enabled by option "lexer_dynamic_hilite":true. Additional limitation option "lexer_dynamic_hilite_max_lines":2000 allows the feature only in files which have not more than (option value) lines. This limitation is useful because dynamic highlight makes lexer parsing slower.
Feature enables to highlight some lexer 'tokens' dynamically (with default greenish background color), when caret changes position. It is required that lexer utilizes this feature. These lexers in the CudaText distro utilize this feature:
HTML
PHP, because it copies lot of HTML configuration
XML
Lua
CSS: rule highlights {}-block with background color when caret is inside
JavaScript: rule highlights {} brackets when caret is inside (here it is the same as another feature: pair-bracket highlighting)
bracket_highlight тоже включил, не подсвечивает даже для html-кодов типа <h1><p>123</p></h1>
Исходная версия c0unt0, :
Обратил, благодарю. Но как подсветку врубить так и не нашёл. Только вот это, но оно не помогло:
Dynamic highlight is enabled by option "lexer_dynamic_hilite":true. Additional limitation option "lexer_dynamic_hilite_max_lines":2000 allows the feature only in files which have not more than (option value) lines. This limitation is useful because dynamic highlight makes lexer parsing slower.
Feature enables to highlight some lexer 'tokens' dynamically (with default greenish background color), when caret changes position. It is required that lexer utilizes this feature. These lexers in the CudaText distro utilize this feature:
HTML
PHP, because it copies lot of HTML configuration
XML
Lua
CSS: rule highlights {}-block with background color when caret is inside
JavaScript: rule highlights {} brackets when caret is inside (here it is the same as another feature: pair-bracket highlighting)