From 297e4f52ec46413dc32931b11abd70f91706bc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 8 Jul 2022 09:05:50 +0000 Subject: [PATCH] Force PHP syntax highlight for stub files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index a5794eb..c66b15c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,6 @@ phpstan-with-extension.neon export-ignore phpstan-without-extension-baseline.neon export-ignore phpstan-without-extension.neon export-ignore phpunit.xml export-ignore + +# PHP syntax highlight for stub files +*.phpstub linguist-language=PHP