mirror of
https://github.com/apple/pkl.git
synced 2026-03-22 09:09:15 +01:00
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:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user