﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4087	"Colorize ""Volatile"" Function declarations also."	donnyh13	Jos	"Because `Volatile` is experimental, I'm not sure if this is a bug, or intentionally left out, so I'm posting this as a feature request. When declaring a Volatile function in Scite, the function name is not colourized as a normal function declaration is. I was wondering if it could be added to the lexer? 
Thank you.

Example: (`_Test2()` is uncoloured).

{{{#!autoit lineno=1 marks=5
Func _Test1()

EndFunc

Volatile Func _Test2()

EndFunc
}}}"	Feature Request	closed		SciTE4AutoIt		None	Rejected	Volatile	
