Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Minor/experiment: add lua syntax highlighting to the lua code block
authored
Oct 08, 2020
by
David Perry
Show whitespace changes
Inline
Side-by-side
Lua.md
View page @
d17a1344
...
...
@@ -44,7 +44,7 @@ To test Lua on your system, do the following:
2.
Create a simple Lua script such as:
```
```
lua
-- hello.lua
-- Lua's implementation of D. Ritchie's hello world program.
print
(
"hello world!"
)
...
...