about summary refs log tree commit diff stats
path: root/shell/vimrc.vim
blob: 348fe364d4b62354f21c50a55735273363d6155b (plain) (blame)
1
2
" when opening files in this directory, load vimrc from cwd (top-level)
source vimrc.vim
gle */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
atom-text-editor.editor {
  .syntax--source.syntax--subx {
    .syntax--header-comment.syntax--subx {
      color: #ccccff;
    }
    .syntax--comment-sub-1.syntax--subx {
      color: #888888;
    }
    .syntax--comment-sub-2.syntax--subx {
      color: #666666;
    }
    .syntax--comment.syntax--subx {
      color: #8888ff;
    }
    .syntax--strings.syntax--subx {
      color: cyan;
    }
    .syntax--function.syntax--subx {
      color: orange;
    }
    .syntax--global.syntax--subx {
      color: red;
    }
    .syntax--test.syntax--subx {
      color: #88ff88;
    }
    .syntax--label.syntax--subx {
      color: #448844;
    }
  }
}