mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
parent
ace8a4cf58
commit
daafd77c51
@ -404,6 +404,9 @@ void AutoCompletion::getCloseTag(char *closeTag, size_t closeTagSize, size_t car
|
||||
if (tagHead[1] == '/') // "</toto>" will be ignored
|
||||
return;
|
||||
|
||||
if (tagHead[1] == '?') // "<?" (Processing Instructions) will be ignored
|
||||
return;
|
||||
|
||||
if (strncmp(tagHead, "<!--", 4) == 0) // Comments will be ignored
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user