Merge luaML.love

This commit is contained in:
Kartik K. Agaram 2023-07-23 22:52:18 -07:00
commit 1267010251
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ function live.run(buf)
end
function live.get_cmd_from_buffer(buf)
return buf:match('^%s*(%S+)')
return buf:gsub('%-%-[^\n]*', ''):match('^%s*(%S+)')
end
function live.get_binding(name)