icylace / CursorRuler

Marks the current cursor position(s) using dynamic rulers. For Sublime Text 2 and 3.
62 stars 5 forks source link

Error trying to parse settings: Expected value in Packages/User/Widget.sublime-settings:1:1 #10

Closed ferologics closed 8 years ago

ferologics commented 8 years ago

Error trying to parse settings: Expected value in Packages/User/Widget.sublime-settings:1:1

not sure what's wrong...

here's the code from the file -->

<dict>
   <key>name</key>
   <string>Source</string>
   <key>scope</key>
   <string>source.console</string>
   <key>settings</key>
   <dict>
      <key>fontStyle</key>
      <string></string>
      <key>foreground</key>
      <string>#C5C8C6</string><!--console's non-defined text-->
   </dict>
</dict>
ferologics commented 8 years ago

sry lol, I thought that it was your plugin but in fact it was the color scheme...