|
|
|
@ -12,6 +12,7 @@ const std::string configjson = |
|
|
|
" \"43\": \"def:type\",\n" |
|
|
|
" \"43\": \"def:type\",\n" |
|
|
|
" \"46\": \"def:preprocessor\",\n" |
|
|
|
" \"46\": \"def:preprocessor\",\n" |
|
|
|
" \"109\": \"def:constant\",\n" |
|
|
|
" \"109\": \"def:constant\",\n" |
|
|
|
|
|
|
|
" \"500\": \"c:included-file\",\n" |
|
|
|
" \"702\": \"def:statement\",\n" |
|
|
|
" \"702\": \"def:statement\",\n" |
|
|
|
" \"705\": \"def:comment\"\n" |
|
|
|
" \"705\": \"def:comment\"\n" |
|
|
|
" },\n" |
|
|
|
" },\n" |
|
|
|
@ -128,29 +129,26 @@ const std::string juci_style = |
|
|
|
" <!-- Palette -->\n" |
|
|
|
" <!-- Palette -->\n" |
|
|
|
" <color name=\"white\" value=\"#FFFFFF\"/>\n" |
|
|
|
" <color name=\"white\" value=\"#FFFFFF\"/>\n" |
|
|
|
" <color name=\"black\" value=\"#000000\"/>\n" |
|
|
|
" <color name=\"black\" value=\"#000000\"/>\n" |
|
|
|
|
|
|
|
" <color name=\"gray\" value=\"#888888\"/>\n" |
|
|
|
" <color name=\"red\" value=\"#FF0000\"/>\n" |
|
|
|
" <color name=\"red\" value=\"#FF0000\"/>\n" |
|
|
|
|
|
|
|
" <color name=\"green\" value=\"#008800\"/>\n" |
|
|
|
" <color name=\"blue\" value=\"#0000FF\"/>\n" |
|
|
|
" <color name=\"blue\" value=\"#0000FF\"/>\n" |
|
|
|
" <color name=\"yellow\" value=\"#FFFF00\"/>\n" |
|
|
|
" <color name=\"yellow\" value=\"#FFFF00\"/>\n" |
|
|
|
" <color name=\"orange\" value=\"#FFA500\"/>\n" |
|
|
|
" <color name=\"orange\" value=\"#FF8800\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Global Settings -->\n" |
|
|
|
" <!-- Global Settings -->\n" |
|
|
|
" <style name=\"current-line\" background=\"#eeeeec\"/>\n" |
|
|
|
" <style name=\"current-line\" background=\"#eeeeec\"/>\n" |
|
|
|
" <style name=\"current-line-number\" background=\"#eeeeec\"/>\n" |
|
|
|
" <style name=\"current-line-number\" background=\"#eeeeec\"/>\n" |
|
|
|
" <style name=\"draw-spaces\" foreground=\"#babdb6\"/>\n" |
|
|
|
|
|
|
|
" <style name=\"background-pattern\" background=\"#f3f3f3\"/>\n" |
|
|
|
|
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
" <style name=\"bracket-match\" foreground=\"white\" background=\"#BEBEBE\" bold=\"true\"/>\n" |
|
|
|
" <style name=\"bracket-match\" foreground=\"white\" background=\"#BEBEBE\" bold=\"true\"/>\n" |
|
|
|
" <style name=\"bracket-mismatch\" foreground=\"white\" background=\"#FF0000\" bold=\"true\"/>\n" |
|
|
|
" <style name=\"bracket-mismatch\" foreground=\"white\" background=\"#FF0000\" bold=\"true\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Right Margin -->\n" |
|
|
|
|
|
|
|
" <style name=\"right-margin\" foreground=\"#000000\" background=\"#000000\"/>\n" |
|
|
|
|
|
|
|
"\n" |
|
|
|
|
|
|
|
" <!-- Search Matching -->\n" |
|
|
|
" <!-- Search Matching -->\n" |
|
|
|
" <style name=\"search-match\" background=\"yellow\"/>\n" |
|
|
|
" <style name=\"search-match\" background=\"yellow\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Comments -->\n" |
|
|
|
" <!-- Comments -->\n" |
|
|
|
" <style name=\"def:comment\" foreground=\"blue\"/>\n" |
|
|
|
" <style name=\"def:comment\" foreground=\"gray\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Constants -->\n" |
|
|
|
" <!-- Constants -->\n" |
|
|
|
" <style name=\"def:constant\" foreground=\"#CC0000\"/>\n" |
|
|
|
" <style name=\"def:constant\" foreground=\"#CC0000\"/>\n" |
|
|
|
@ -162,6 +160,7 @@ const std::string juci_style = |
|
|
|
" <style name=\"def:type\" foreground=\"#0066FF\"/>\n" |
|
|
|
" <style name=\"def:type\" foreground=\"#0066FF\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Others -->\n" |
|
|
|
" <!-- Others -->\n" |
|
|
|
|
|
|
|
" <style name=\"c:included-file\" foreground=\"green\"/>\n" |
|
|
|
" <style name=\"def:preprocessor\" foreground=\"#990099\"/>\n" |
|
|
|
" <style name=\"def:preprocessor\" foreground=\"#990099\"/>\n" |
|
|
|
" <style name=\"def:error\" foreground=\"red\"/>\n" |
|
|
|
" <style name=\"def:error\" foreground=\"red\"/>\n" |
|
|
|
" <style name=\"def:warning\" foreground=\"orange\"/>\n" |
|
|
|
" <style name=\"def:warning\" foreground=\"orange\"/>\n" |
|
|
|
|