trying out a simple WordPress theme. find it rather difficult and unintuitive to work with the new theme editor :-(.

A bit of python source code to see if we can get decent highlighting.
import bpy
import numpy as np
scene = bpy.context.scene
lamps = [ob for ob in scene.objects if ob.type == 'LIGHT']