Update syntax.md

Reword to hopefully make things even clearer
This commit is contained in:
Arseny Kapoulkine 2021-03-30 15:54:36 -07:00 committed by GitHub
parent 8126392b0a
commit 79cc28745b
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ local function tree_insert(tree, x)
end
```
Note that future versions of Lua extend the Lua 5.1 syntax with the following features; these are **not** supported by Luau with the exception of the string literals:
Note that future versions of Lua extend the Lua 5.1 syntax with the following features; Luau does support string literal extensions but does not support other features from this list:
- hexadecimal (`\x`), Unicode (`\u`) and `\z` escapes for string literals
- goto statements and labels