mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
XML Tools fixes.
V lang LSP server updated to the new official LSP.
This commit is contained in:
@@ -548,11 +548,12 @@ class EE_API TextDocument {
|
||||
|
||||
TextPosition getMatchingBracket( TextPosition startPosition,
|
||||
const String::StringBaseType& openBracket,
|
||||
const String::StringBaseType& closeBracket,
|
||||
MatchDirection dir );
|
||||
const String::StringBaseType& closeBracket, MatchDirection dir,
|
||||
bool allowDepth = true );
|
||||
|
||||
TextRange getMatchingBracket( TextPosition startPosition, const String& openBracket,
|
||||
const String& closeBracket, MatchDirection dir );
|
||||
const String& closeBracket, MatchDirection dir,
|
||||
bool matchingXMLTags = false );
|
||||
|
||||
SyntaxHighlighter* getHighlighter() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user