diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7600d2f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +* text=auto + +/.vscode export-ignore +/fixtures export-ignore +/tests export-ignore +/images export-ignore +/validation export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.gitmodules export-ignore +/.dockerignore export-ignore +/.travis.yml export-ignore +/codecov.yml export-ignore +/Dockerfile export-ignore +/Performance.php export-ignore +/php.ini export-ignore +/phpcs.xml.dist export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38df71a..a6970f3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,14 +1,27 @@ - + - ./tests + ./tests - - - ./src + + ./src diff --git a/src/Protocol/DocumentHighlight.php b/src/Protocol/DocumentHighlight.php index e00c842..167d45a 100644 --- a/src/Protocol/DocumentHighlight.php +++ b/src/Protocol/DocumentHighlight.php @@ -7,7 +7,7 @@ namespace LanguageServer\Protocol; * special attention. Usually a document highlight is visualized by changing * the background color of its range. */ -class DocumentHighlightKind +class DocumentHighlight { /** * The range this highlight applies to.