1
0
Fork 0

Rename DocumentHighlight class

pull/488/head
Vincent Klaiber 2017-10-02 22:11:30 +02:00
parent 95a574563b
commit cd9888cbb9
No known key found for this signature in database
GPG Key ID: 66C8C908EAE057A4
1 changed files with 1 additions and 1 deletions

View File

@ -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.