secondlife / secondlife/viewer
SLua editor: "uuid" is not highlighted, but "key" is
Open
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
Second Life Project Lua Editor 7.1.12.13858460198 (64bit)
myUuid = uuid("0f16c0e1-384e-4b5f-b7ce-886dda3bce41")
-- "uuid" is not highlighted, integer, vector and rotation/quaternion are
someTable = {}
for key, value in pairs(someTable) do -- the variable "key" is highlighted
-- something
end
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.