Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Luau language #6612

Merged
merged 34 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7febf72
Feature: Add `Luau` language.
robloxiandemo Nov 11, 2023
912f57c
Featire: Add `Luau` code samples.
robloxiandemo Nov 11, 2023
81be622
Feature: Add the grammar.
robloxiandemo Nov 11, 2023
77339ab
Feature: Add `Luau` to grammar index.
robloxiandemo Nov 11, 2023
428f5d2
Fix: Add comment block and change the interpreter.
robloxiandemo Nov 11, 2023
1eced93
Feature: Add new samples in place of the old ones.
robloxiandemo Nov 12, 2023
c0dd82e
Patch: Slight typo in the header.
robloxiandemo Nov 12, 2023
a3a4286
Patch: Header typos again, I'm such a genius.
robloxiandemo Nov 12, 2023
ba342d6
Patch: Introduce the languageId.
robloxiandemo Nov 12, 2023
7463c5f
Patch: Resolve grammar conflict.
robloxiandemo Nov 12, 2023
f55cbc5
Patch: Resolve grammar conflict.
robloxiandemo Nov 12, 2023
b99f319
Patch: Update the hex value.
robloxiandemo Nov 14, 2023
92bed6f
Patch: Update the hex value.
robloxiandemo Nov 17, 2023
3ae7360
Sort
lildude Dec 6, 2023
5f21201
Patch: Update the submodule to the latest commit.
robloxiandemo Apr 3, 2024
405f7e4
Patch: Resolve merge conflicts.
robloxiandemo Apr 3, 2024
f0db075
Patch: Resolve further conflicts.
robloxiandemo Apr 3, 2024
3588fea
Patch: Remove conflict.
robloxiandemo Apr 4, 2024
f5eaf45
Patch: Reintroduce Luau into grammar index.
robloxiandemo Apr 4, 2024
1173698
Revert "Patch: Reintroduce Luau into grammar index."
robloxiandemo Apr 4, 2024
ec33c7d
Merge branch 'github-linguist:master' into master
robloxiandemo Apr 4, 2024
4d4b3eb
Patch: Retry resolving the conflict issue.
robloxiandemo Apr 4, 2024
afcdb27
Update vendor/licenses/git_submodule/Luau.tmLanguage.dep.yml
lildude Apr 5, 2024
d005379
Enhancement: Update old samples and their sources.
robloxiandemo Apr 5, 2024
2f9a8a2
Patch: Update old samples and their sources.
robloxiandemo Apr 6, 2024
6f5e853
Merge branch 'master' of https://github.com/robloxiandemo/linguist
robloxiandemo Apr 6, 2024
deb5f00
Patch: Update old samples and their sources.
robloxiandemo Apr 6, 2024
e3f8ba2
Merge branch 'master' of https://github.com/robloxiandemo/linguist
robloxiandemo Apr 6, 2024
f80ee08
Patch: Update old samples and their sources.
robloxiandemo Apr 6, 2024
0c0382a
Merge branch 'master' of https://github.com/robloxiandemo/linguist
robloxiandemo Apr 6, 2024
8fa4f1f
Patch: Update the samples further.
robloxiandemo Apr 6, 2024
481ae46
Revert "Patch: Update old samples and their sources."
robloxiandemo May 1, 2024
7bfe7ca
Test: New samples, sadly one source.
robloxiandemo May 1, 2024
b363c0c
Merge branch 'master' into master
lildude Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
# test changes in `test/test_blob.rb`.
#
# Please keep this list alphabetized. Capitalization comes before lowercase.
---
1C Enterprise:
type: programming
color: "#814CCC"
Expand Down Expand Up @@ -3879,6 +3878,17 @@ Lua:
interpreters:
- lua
language_id: 213
Luau:
type: programming
tm_scope: source.luau
ace_mode: lua
codemirror_mode: lua
codemirror_mime_type: text/x-lua
color: "#14a5ff"
extensions:
- ".luau"
interpreters:
- lua
M:
type: programming
aliases:
Expand Down