mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
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.
17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
# linguist-generated would suppress files in diffs
|
|
**/src/test/files/** linguist-vendored
|
|
|
|
/docs/** linguist-documentation
|
|
|
|
*.pcf linguist-language=Pkl
|
|
PklProject linguist-language=Pkl
|
|
|
|
* text eol=lf
|
|
*.bat text eol=crlf
|
|
|
|
*.gif binary
|
|
*.jar binary
|
|
*.woff2 binary
|
|
*.pem binary
|
|
*.png binary
|