mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Temporarily syntax highlight .luau files as normal lua
This commit is contained in:
parent
76f21076f9
commit
d71a3a2b10
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
* text=auto
|
||||||
|
# Temporarily highlight luau as normal lua files
|
||||||
|
# until we get native linguist support for Luau
|
||||||
|
*.luau linguist-language=Lua
|
Loading…
Reference in a new issue