mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-06 02:49:10 +00:00
12 lines
272 B
Text
12 lines
272 B
Text
* text=auto
|
|
|
|
# Temporarily highlight luau as normal lua files
|
|
# until we get native linguist support for Luau
|
|
*.luau linguist-language=Lua
|
|
|
|
# Ensure all lua files use LF
|
|
*.lua eol=lf
|
|
*.luau eol=lf
|
|
|
|
*.PKGBUILD linguist-language=shell
|
|
*.justfile linguist-language=makefile
|