mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
use fixed font.
This commit is contained in:
@@ -49,7 +49,7 @@ var setTextChunk = function (tb, r, index, stx) {
|
||||
|
||||
var setBoldChunk = function (tb, r, index, stx) {
|
||||
for (var i = 0; i < r.length; i++) {
|
||||
tb.arr[index][i+stx].style.fontWeight = r.charAt(i) == 0 ? 'normal' : 'bold';
|
||||
tb.arr[index][i+stx].style.fontWeight = r.charAt(i) == 0 ? 'normal' : 'normal';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user