Jump to content

Lua syntax highlighting is broken


Interferon

Recommended Posts

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;
*/

 

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
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,

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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