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

[Lua] Rewrite syntax #1811

Merged
merged 29 commits into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cfbcbf0
[Lua] Rewrite syntax
Dec 20, 2018
618f0a5
[Lua] Added .lua to storage.type.function.
Dec 21, 2018
6435291
[Lua] Accept anonymous function names.
Dec 21, 2018
670126d
[Lua] entity.name.function in function assignments.
Dec 21, 2018
4cdde47
[Lua] Accept table as bare function argument.
Dec 21, 2018
31997d8
[Lua] Fix escape sequences.
Dec 21, 2018
32fe85f
[Lua] Add self.
Dec 21, 2018
1a760e5
[Lua] Remove redundant name key.
Dec 21, 2018
375fe3f
[Lua] Improved symbol list.
Dec 21, 2018
91f4cfd
[Lua] Use storage.modifier for local.
Dec 21, 2018
3a66bba
Don't use prototype in strings or comments.
Dec 21, 2018
4a40576
[Lua] Implemented basic builtins.
Dec 21, 2018
89f0eab
[Lua] Mark unexpected end as invalid.
Dec 21, 2018
44e0918
[Lua] Added builtin modules.
Dec 21, 2018
bc0927f
[Lua] Use string.quoted.multiline for compatibility.
Jan 2, 2019
eba508e
Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…
Jan 2, 2019
f173c32
[Lua] Fix merge.
Jan 2, 2019
0e31ab8
Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…
Jan 2, 2019
8ce6f29
Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…
Jan 2, 2019
71140d2
Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…
Jan 2, 2019
c527435
Merge branch 'master' into lua-rewrite-syntax
Jan 2, 2019
d0b2ee0
[Lua] Fix merge problems.
Jan 2, 2019
48401a5
Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…
Jan 2, 2019
7891447
[Lua] Fix merge problems.
Jan 2, 2019
20b03b5
[Lua] Fix one more merge problem.
Jan 2, 2019
38d0e46
[Lua] Addressed review comments.
Jan 2, 2019
09d56e2
[Lua] Added hex literal punctuation highlighting.
Jan 2, 2019
3b75be7
[Lua] Scope unquoted string.
Jan 2, 2019
50f2828
[Lua] Add missing .lua suffix.
Jan 7, 2019
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
Loading