vim syntax highlighting for crawlrc
I'd like vim syntax highlighting to respect inline Lua, which would need matched in a few ways: Lua code can be used directly in your init.txt/.crawlrc. You can execute Lua code using the following syntax. : Single line of lua code < Possibly multi-line Lua code > { Possibly multi-line Lua code } Ha...