guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

Criptic error #518

Closed pstjvn closed 9 years ago

pstjvn commented 9 years ago

When I start st3 and open a directory that contains dart project I get this:

Error loading syntax file "Packages/Dart/Support/Analyzer Output.sublime-syntax": Error parsing plist xml: expected < in file Packages/Dart/Support/Analyzer Output.sublime-syntax on line: 1

What does it mean and how should i fix it?

sethladd commented 9 years ago

Just ran into this myself.

screen shot 2015-05-28 at 6 06 57 pm

Dart 1.10.0 Sublime 3083 Dart plugin 1.4.0

guillermooo commented 9 years ago

That happens because .sublime-syntax if a new format only available in ST dev channel. :/

I guess we need a branch for 'future/dev' in addition to 'master'. The problem is, I don't think Package Control supports multiple branches, so we'll be stuck with the latests ST beta for releases.

sethladd commented 9 years ago

Thanks for checking it out. Looking forward to using Sublime with Dart again :)

sethladd commented 9 years ago

Confirmed, I'm back up and running!