The following code messes up dreamweaver's syntax highlighting. Im assuming
it's because the parser sees the bracket and thinks it's a tag.

<cfquery datasource="#application.dns#" name="list">
select * from emaillist where date >= '#from#' and date <= '#tue#' and
category='#request.cat#'
</cfquery>

Just a bug... thought maybe i'd point it out & maybe someone would notice.