Compare commits

...

3 commits
0.1.0 ... main

Author SHA1 Message Date
215e164336
chore: remove gitattributes
GitHub now supports luau :)
2024-06-10 17:41:35 +05:30
7d224ee9c5
chore(tooling): bump darklua to v0.13.0 2024-04-16 16:03:15 +05:30
df5c4b3da8
chore(tooling): bump lune to v0.8.3 2024-04-16 16:02:24 +05:30
2 changed files with 2 additions and 5 deletions

3
.gitattributes vendored
View file

@ -1,3 +0,0 @@
# Ad-hoc syntax highlighting & indexing for luau
*.luau linguist-language=Lua
*.*.luau linguist-language=Lua

View file

@ -3,6 +3,6 @@
# To add a new tool, add an entry to this table.
[tools]
lune = "lune-org/lune@0.8.0"
darklua = "seaofvoices/darklua@0.12.1"
lune = "lune-org/lune@0.8.3"
darklua = "seaofvoices/darklua@0.13.0"
rojo = "rojo-rbx/rojo@7.3.0"