Jump to content

Recommended Posts

Posted

I am working with scripts in my web server that use an extension "haa" but are executed with autoit. They work fine, but SciTe will not syntax highlight them without the .au3 extension.

I tried making a copy of the au3 API file with the name "haa" but it didn't work.

Anyone know what i could do?

Posted

in SCiTe do Options - Open au3.Properties, find

file.patterns.au3=*.au3

(probably on line 9, or near there) and replace it with

file.patterns.au3=*.au3;*.haa

save, and close.

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...