Merge luaML.love

This commit is contained in:
Kartik K. Agaram 2023-06-17 10:56:06 -07:00
commit b995a020aa
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ Next_state = {
normal={
{prefix='--[[', target='block_comment'}, -- only single-line for now
{prefix='--', target='comment'},
{prefix='"', target='dstring'},
{prefix="'", target='sstring'},
-- these don't mostly work well until we can change color within words
-- {prefix='"', target='dstring'},
-- {prefix="'", target='sstring'},
{prefix='[[', target='block_string'}, -- only single line for now
},
dstring={