Jump to content
Muxe Inc Forums
Sign in to follow this  
Avchent

Highlight file (*.hgl), TabSize

Recommended Posts

Avchent    0

Hello all,

 

How can I use TabSize in the Highlight file (*.hgl) ?

For example, I would like to use TAB with size 2 spaces for *.ASM

so should I add string "TABSIZE 9 2" ?

 

===

FILES *.ASM

; TABSIZE <BYTE> (1-100)

TABSIZE 9 2

===

 

If I make so NDN replace TAB to 8 spaces not 2. What's wrong ?

Share this post


Link to post
Share on other sites

Hi!

 

The correct syntax is: TabSize <byte>

TabSize 2 should work.

 

If you type "9 2" NDN cannot read a valid value and will default to 8.

 

Hopefully this works for you

 

Stefan / AH

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

×