mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 05:14:41 +02:00
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@271 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
29161802e2
commit
bd1e9eb82c
@ -2671,7 +2671,7 @@ void Notepad_plus::tagMatch()
|
||||
|
||||
if (nppGUI._enableTagAttrsHilite)
|
||||
{
|
||||
vector<pair<int, int>> attributes = getAttributesPos(xmlTags.tagNameEnd, xmlTags.tagOpenEnd - openTagTailLen);
|
||||
vector< pair<int, int> > attributes = getAttributesPos(xmlTags.tagNameEnd, xmlTags.tagOpenEnd - openTagTailLen);
|
||||
_pEditView->execute(SCI_SETINDICATORCURRENT, SCE_UNIVERSAL_TAGATTR);
|
||||
for (size_t i = 0 ; i < attributes.size() ; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user