MattDMo / Neon-color-scheme

A colorful bright-on-black color scheme for Sublime Text. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
https://github.com/MattDMo/Neon-color-scheme
MIT License
174 stars 36 forks source link

XML attribute not highlighted #12

Closed leesei closed 10 years ago

leesei commented 10 years ago

XML attributes (xmlns:android, package) are not highlighted: xml

The are highlighted with different color in Monokai

MattDMo commented 10 years ago

@leesei could you attach the plain text of the file above? That way I don't have to try and type the entire thing in by hand. Thanks,

Matt

leesei commented 10 years ago

Opps, sorry

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.googlecode.mp4parser.android"
      android:versionCode="1"
      android:versionName="1.0">
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <application android:icon="@drawable/icon" android:label="@string/app_name">

        <activity android:name=".Mp4ParserPerformance"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>

        </activity>
    </application>
    <uses-sdk android:minSdkVersion="4" />
</manifest>
MattDMo commented 10 years ago

How does this look?

xml attribute name localname

leesei commented 10 years ago

Marvelous, thanks.

BTW, I also wanted to learn syntax highlighting. Can you point me to some resource and tools?

I know of the unofficial Sublime docs and AAAPackageDev (but haven't tried it). Are you using them?

leesei commented 10 years ago

Just reading your blog and found it answered my question :beer:.

MattDMo commented 10 years ago

Fixed with 154e46a1aa6ca1a2e1412fbce030535cb59a3c42