Skip to content

Commit

Permalink
fixed error on install from package control
Browse files Browse the repository at this point in the history
  • Loading branch information
mangecoeur committed Jul 19, 2014
1 parent c4df18a commit b2abb58
Show file tree
Hide file tree
Showing 6 changed files with 1,922 additions and 46 deletions.
84 changes: 42 additions & 42 deletions AcademicMarkdownEditor.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>name</key>
<string>MarkdownEditing</string>
<string>AcademicMarkdown</string>
<key>settings</key>
<array>
<dict>
Expand Down Expand Up @@ -370,7 +370,7 @@
<string>HTML: Tags</string>
<key>scope</key>
<string>
, text.html.markdown meta.disable-markdown entity.name.tag,
text.html.markdown meta.disable-markdown entity.name.tag,
, text.html.markdown meta.disable-markdown meta.tag,
, text.html.markdown meta.disable-markdown meta.tag punctuation.definition.tag,
, text.html.markdown meta.disable-markdown meta.tag string.quoted meta.string-contents,
Expand Down Expand Up @@ -683,34 +683,34 @@
<string>Markup: Strikethrough</string>
<key>scope</key>
<string>
, markup.strikethrough,
, markup.strikethrough.markdown,
, markup.strikethrough constant.other.reference.link.markdown,
, markup.strikethrough entity.name.tag,
, markup.strikethrough markup.bold,
, markup.strikethrough markup.bold.markdown,
, markup.strikethrough markup.italic,
, markup.strikethrough markup.italic.markdown,
, markup.strikethrough markup.raw.inline.markdown,
, markup.strikethrough markup.underline.link.image.markdown,
, markup.strikethrough markup.underline.link.markdown,
, markup.strikethrough meta.link.inet.markdown markup.underline.link.markdown,
, markup.strikethrough meta.link.email.lt-gt.markdown markup.underline.link.markdown,
, markup.strikethrough punctuation.definition.bold.markdown,
, markup.strikethrough punctuation.definition.italic.markdown,
, markup.strikethrough punctuation.definition.constant.begin.markdown,
, markup.strikethrough punctuation.definition.constant.end.markdown,
, markup.strikethrough punctuation.definition.constant.markdown,
, markup.strikethrough punctuation.definition.metadata.markdown,
, markup.strikethrough punctuation.definition.raw.markdown,
, markup.strikethrough punctuation.definition.strikethrough.markdown,
, markup.strikethrough punctuation.definition.string.begin.markdown,
, markup.strikethrough punctuation.definition.string.end.markdown,
, markup.strikethrough punctuation.definition.tag.begin.html,
, markup.strikethrough punctuation.definition.tag.end.html,
, markup.strikethrough string.other.link.description.markdown,
, markup.strikethrough string.other.link.description.title.markdown,
, markup.strikethrough string.other.link.title.markdown,
markup.strikethrough,
markup.strikethrough.markdown,
markup.strikethrough constant.other.reference.link.markdown,
markup.strikethrough entity.name.tag,
markup.strikethrough markup.bold,
markup.strikethrough markup.bold.markdown,
markup.strikethrough markup.italic,
markup.strikethrough markup.italic.markdown,
markup.strikethrough markup.raw.inline.markdown,
markup.strikethrough markup.underline.link.image.markdown,
markup.strikethrough markup.underline.link.markdown,
markup.strikethrough meta.link.inet.markdown markup.underline.link.markdown,
markup.strikethrough meta.link.email.lt-gt.markdown markup.underline.link.markdown,
markup.strikethrough punctuation.definition.bold.markdown,
markup.strikethrough punctuation.definition.italic.markdown,
markup.strikethrough punctuation.definition.constant.begin.markdown,
markup.strikethrough punctuation.definition.constant.end.markdown,
markup.strikethrough punctuation.definition.constant.markdown,
markup.strikethrough punctuation.definition.metadata.markdown,
markup.strikethrough punctuation.definition.raw.markdown,
markup.strikethrough punctuation.definition.strikethrough.markdown,
markup.strikethrough punctuation.definition.string.begin.markdown,
markup.strikethrough punctuation.definition.string.end.markdown,
markup.strikethrough punctuation.definition.tag.begin.html,
markup.strikethrough punctuation.definition.tag.end.html,
markup.strikethrough string.other.link.description.markdown,
markup.strikethrough string.other.link.description.title.markdown,
markup.strikethrough string.other.link.title.markdown
</string>
<key>settings</key>
<dict>
Expand All @@ -725,8 +725,8 @@
<string>Markup: Strikethrough (Keyboard Shortcut)</string>
<key>scope</key>
<string>
, markup.strikethrough markup.kbd.content,
, markup.strikethrough markup.kbd.content.markdown,
markup.strikethrough markup.kbd.content,
markup.strikethrough markup.kbd.content.markdown
</string>
<key>settings</key>
<dict>
Expand Down Expand Up @@ -778,8 +778,8 @@
<string>Markup: Plain Link</string>
<key>scope</key>
<string>
, meta.link.inet.markdown markup.underline.link.markdown,
, meta.link.email.lt-gt.markdown markup.underline.link.markdown,
meta.link.inet.markdown markup.underline.link.markdown,
meta.link.email.lt-gt.markdown markup.underline.link.markdown
</string>
<key>settings</key>
<dict>
Expand Down Expand Up @@ -876,12 +876,12 @@
<string>Blockquote (Tags)</string>
<key>scope</key>
<string>
, text.html.markdown markup.quote.markdown entity.name.tag,
, text.html.markdown markup.quote.markdown meta.tag,
, text.html.markdown markup.quote.markdown meta.tag punctuation.definition.tag,
, text.html.markdown markup.quote.markdown meta.tag string.quoted meta.string-contents,
, text.html.markdown markup.quote.markdown meta.tag string.quoted punctuation.definition.string,
, text.html.markdown markup.quote.markdown meta.tag entity.other.attribute-name,
text.html.markdown markup.quote.markdown entity.name.tag,
text.html.markdown markup.quote.markdown meta.tag,
text.html.markdown markup.quote.markdown meta.tag punctuation.definition.tag,
text.html.markdown markup.quote.markdown meta.tag string.quoted meta.string-contents,
text.html.markdown markup.quote.markdown meta.tag string.quoted punctuation.definition.string,
text.html.markdown markup.quote.markdown meta.tag entity.other.attribute-name
</string>
<key>settings</key>
<dict>
Expand Down Expand Up @@ -909,8 +909,8 @@
<string>Blockquote (Bold)</string>
<key>scope</key>
<string>
, text.html.markdown markup.quote.markdown markup.bold,
, text.html.markdown markup.quote.markdown markup.bold.markdown,
text.html.markdown markup.quote.markdown markup.bold,
text.html.markdown markup.quote.markdown markup.bold.markdown
</string>
<key>settings</key>
<dict>
Expand Down
55 changes: 55 additions & 0 deletions AcademicYaml.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"extensions":
[
"yaml"
],

"color_scheme": "${packages}/AcademicMarkdown/AcademicMarkdownEditor.tmTheme",
// "color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme",
// "color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Yellow.tmTheme",

// This is a quick and dirty focus theme. In order to make it work, you've to
// set `"highlight_line": true,` in this settings file. It is likely that there will
// be more mature focus improvements in the future (maybe similar to iA Writer).
// "color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Focus.tmTheme",

"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"auto_match_enabled": true,

// Layout
"draw_centered": true,
"word_wrap": true,
"wrap_width": 80,
"rulers": [],

// Line
"line_numbers": false,
"highlight_line": false,
"line_padding_top": 2,
"line_padding_bottom": 2,

// Caret
"caret_style": "wide",
"caret_extra_top": 3,
"caret_extra_bottom": 3,

// add trailing #'s to headlines
"mde.match_header_hashes": false,

// Automatically switches list bullet when indenting blank list item with <Tab>.
"mde.list_indent_auto_switch_bullet": true,

// List bullets to be used for automatically switching. In their order.
"mde.list_indent_bullets": ["*", "-", "+"],

// Allways keep current line vertically centered.
"mde.keep_centered": false,

// Distraction free mode improvements. In order these to work, you have to install
// FullScreenStatus plugin: https://github.com/maliayas/SublimeText_FullScreenStatus
"mde.distraction_free_mode": {
"mde.keep_centered": true
}
}
Loading

0 comments on commit b2abb58

Please sign in to comment.