Jump to content

Lua syntax highlighting is broken


Interferon

Recommended Posts

Posted

When you are in the code editor window, Lua syntax highlighting works correctly but it does not color comments correctly in the post view:

function test()

--function test()

--[[
function test()
]]

Compare this to C syntax highlighting, which works correctly:

int n;

//int n;

/*
int n;
*/

 

  • 4 weeks later...
  • 1 month later...
Posted
function test()

--function test()
--[[
function test()
]]

Fixed!

function test()

--function test()

--[[
function test()
]]

 

Did not realize the highlighting occurs at the time it is posted. That is weird. My first example above is still broken,

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...