Sublime Forum

XML Highlighting?

#1

Hi,

I am using Sublime Editor 2 for a few today, and today I have noticed that on build 2144 dev, the xml syntax highlighting for the attributes is off, as seen in the picture.

And I have copied a portion of the text file here for reference as well

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:noNamespaceSchemaLocation="config.xsd">
	<!-- version 2.6 -->
	<global collect-modified-files="true" 
			client-default="iexplorebulk"
			client-default-visit-time="25"
			capture-network-packets-malicious="true"
			capture-network-packets-benign="false"
			send-exclusion-lists="true"
            terminate="true"
            group_size="10"
			vm_stalled_after_revert_timeout="300"
            revert_timeout="180"
            client_inactivity_timeout="60"
            vm_stalled_during_operation_timeout="400"
            same_vm_revert_delay="10"
            different_vm_revert_delay="30"
    />
</config>

I am kinda think that is caused by the tab and space difference, but I am not sure.
Peter

0 Likes