Rename DocumentHighlight class
parent
95a574563b
commit
cd9888cbb9
|
@ -7,7 +7,7 @@ namespace LanguageServer\Protocol;
|
||||||
* special attention. Usually a document highlight is visualized by changing
|
* special attention. Usually a document highlight is visualized by changing
|
||||||
* the background color of its range.
|
* the background color of its range.
|
||||||
*/
|
*/
|
||||||
class DocumentHighlightKind
|
class DocumentHighlight
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The range this highlight applies to.
|
* The range this highlight applies to.
|
||||||
|
|
Loading…
Reference in New Issue