Hello,
Is there any way to make cindent ignore lines that start with ^\s*: and treat them like regular lines? I'm trying to make a basic intent file for javascript since there is none in vim itself, but javascript it uses ':' a lot which makes cindent fail.