DEV Community

Discussion on: Link's Movement in The Legend of Zelda (Snapping to the Grid)

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

dev.to (or rather, whatever it sues for HL) can do syntax highlighting for Lua if you start your code blocks with <3 backticks>lua :D

local function example()
   print("See? This code gets colours!")
end
Enter fullscreen mode Exit fullscreen mode
Collapse
 
robotspacefish profile image
Jess

awesome, thanks for the tip!