Skip to content

[BUG] jquery syntax hightlighting is broken #15650

@BlackCatReal

Description

@BlackCatReal

Is there an existing issue for this?

  • I have searched the existing issues

Description of the Issue

syntax_broken
all as displayed on screenshot, hope for a quick fix

Steps To Reproduce

  1. try this structure:
`				$('#chat-box').append(`
					<div class="chat-message universe">
						<img class="message-avatar" src="/views/frontend/images/universe.png" alt="Вселенная">
						<div class="message-content">
							<p>${message}</p>
						</div>
					</div>`);
					
				$('#chat-box').scrollTop($('#chat-box')[0].scrollHeight);
			}, 3000); // Задержка 3 секунды перед появлением ответа`

Current Behavior

jquery syntax is broken after brackets

Expected Behavior

corrent jquery syntax highlight

Debug Information

Notepad++ v8.6.9   (32-bit)
Build time : Jul 12 2024 - 05:08:26
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Command Line : "C:\Users\BlackCat\AppData\Local\Temp\_tcx\16\0\universe.a-devs.xyz\public_html\views\frontend\main.php"
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
Periodic Backup : ON
OS Name : Windows 7 Ultimate (64-bit)
OS Build : 7601.0
Current ANSI codepage : 1251
Plugins : 
    mimeTools (3.1)
    NppConverter (4.6)
    NppExport (0.4)

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions