Sublime: increase line-height, fix Hayaku style.

This commit is contained in:
Artem Sapegin 2013-02-07 08:20:57 +04:00
parent e7cfad0c8c
commit 531138e9e2
2 changed files with 9 additions and 7 deletions

View File

@ -9,14 +9,16 @@
"drag_text": true, "drag_text": true,
"fallback_encoding": "Cyrillic (Windows 1251)", "fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas", "font_face": "Consolas",
"font_size": 14, "font_size": 15,
"line_padding_top": 1,
"line_padding_bottom": 1,
"hayaku_CSS_colors_case": "lowercase", "hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_numbers_leading_zero": false, "hayaku_CSS_numbers_leading_zero": false,
"hayaku_CSS_syntax_autoguess": "hayaku_CSS_syntax_autoguess":
[ [
" selector { ", "selector {",
" property:value; ", "\tproperty:value;",
" } " "\t}"
], ],
"highlight_line": true, "highlight_line": true,
"ignored_packages": "ignored_packages":

View File

@ -2,9 +2,9 @@
"disable_tab_abbreviations": true, "disable_tab_abbreviations": true,
"hayaku_CSS_syntax_autoguess": [ "hayaku_CSS_syntax_autoguess": [
" selector { ", "selector {",
" property:value; ", "\tproperty:value;",
" } " "}"
], ],
// Syntax quirks // Syntax quirks