gs is not puuting anything in the macro line for me

I have done every thing I can but the issue I am having is gs is not putting anything in the command line when I make the macro I don’t have double lua at the end but this is what I am trying to use I am naming the macro EnhDPS

local _, Sequences = … – Don’t touch this

Sequences[‘EnhDPS’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast !Flame Shock’,
‘/cast Unleash Elements’,
‘/cast Lava Lash’,
‘/cast Stormstrike’,
‘/cast Fire Nova’,
‘/use !Feral Spirit’,
– ‘/cast [combat] !Lightning Bolt’,
– ‘/cast Frost Shock’,
– ‘/cast [combat] Fire Elemental Totem’,
– ‘/cast [combat] Earth Elemental Totem’,
– ‘/cast [pet:Primal Fire Elemental] Empower’,
– POST MACRO ONLY GOOD IF ITS NO GCD.
PostMacro = [[
/use ![combat] Ascendance
/use ![combat] Elemental Mastery
/use Shamanistic Rage
/use [combat]13
/use [combat]14
]],
}