From 21749f5c82a37a01f4982b04359f97f271d98f6c Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Tue, 11 Jun 2024 07:58:24 -0700 Subject: [PATCH] Use Pkl syntax highlighting instead of Groovy (#519) Now that Pkl syntax highlighting is available on GitHub, we can remove the Groovy association with these files. This also adds changes to mark `*.pcf` and `PklProject` files as Pkl. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 90c0ad7c..f1a818d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,9 @@ /docs/** linguist-documentation -*.pkl linguist-language=Groovy +*.pcf linguist-language=Pkl +PklProject linguist-language=Pkl + * text eol=lf *.bat text eol=crlf