jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

Syntax highlighting of void return type in script #27

Closed mjhagen closed 8 years ago

mjhagen commented 8 years ago

void is seen as embedding.cfml source.cfml.script meta.class.body.cfml keyword.operator.cfml and not as embedding.cfml source.cfml.script meta.class.body.cfml meta.function.declaration.cfml storage.type.return-type.void.cfml when omitting the storage modifier.

jcberquist commented 8 years ago

Thanks @mjhagen!