UE的LUA注釋的代碼染色問題
來源于:http://bbs.cwowaddon.com/thread-3309-1-3.htmlUE官方提供的染色配置文件對lua的:
對 --[[ ]]--注釋不能正確顯示。
打開該配置文件,找到第一行然后替換成以下代碼:
/L14"Lua" Block Comment On Alt = -- Block Comment On = --[[ Block Comment Off = ]] Escape Char = \ String Chars = "' File Extensions = LUA
