# CodeMirror **Repository Path**: super_bo/code-mirror ## Basic Information - **Project Name**: CodeMirror - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-04 - **Last Updated**: 2021-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 修改加亮文字和颜色 js文件里的keywords方法区 2. 修改字体大小 通过引入css文件 3. 增加自定义颜色 codemirror.css增加颜色 .cm-s-default .cm-keyword {color: #708;font-size: 18px;font-weight: bold;} 然后js里引入 var operator = kw("operator"), atom = {type: "atom", style: "atom"},test={type: "test",style: "test"};