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.
This commit is contained in:
Daniel Chao
2024-06-11 07:58:24 -07:00
committed by GitHub
parent a4c0a271b4
commit 21749f5c82

4
.gitattributes vendored
View File

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