From 29d76fa6a2f2a5f1b1a412d87e3ff970b351c906 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Wed, 25 Oct 2023 23:48:58 +0300 Subject: [PATCH] Improve grammar highlighting #2 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 531e3c0..622c1b9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ * text=auto eol=lf -*.pp eol=lf linguist-language=V -*.pp2 eol=lf linguist-language=V +*.pp eol=lf linguist-language=EBNF +*.pp2 eol=lf linguist-language=EBNF .editorconfig export-ignore .php-cs-fixer.php export-ignore