|
|
|
@ -12,6 +12,7 @@ const std::string configjson = |
|
|
|
" \"43\": \"def:type\",\n" |
|
|
|
" \"43\": \"def:type\",\n" |
|
|
|
" \"45\": \"def:type\",\n" |
|
|
|
" \"45\": \"def:type\",\n" |
|
|
|
" \"46\": \"def:identifier\",\n" |
|
|
|
" \"46\": \"def:identifier\",\n" |
|
|
|
|
|
|
|
" \"102\": \"def:function\",\n" |
|
|
|
" \"109\": \"def:constant\",\n" |
|
|
|
" \"109\": \"def:constant\",\n" |
|
|
|
" \"500\": \"def:preprocessor\",\n" |
|
|
|
" \"500\": \"def:preprocessor\",\n" |
|
|
|
" \"702\": \"def:statement\",\n" |
|
|
|
" \"702\": \"def:statement\",\n" |
|
|
|
@ -154,6 +155,7 @@ const std::string juci_style = |
|
|
|
" <style name=\"def:constant\" foreground=\"red\"/>\n" |
|
|
|
" <style name=\"def:constant\" foreground=\"red\"/>\n" |
|
|
|
" <style name=\"def:statement\" foreground=\"blue\"/>\n" |
|
|
|
" <style name=\"def:statement\" foreground=\"blue\"/>\n" |
|
|
|
" <style name=\"def:type\" foreground=\"blue\"/>\n" |
|
|
|
" <style name=\"def:type\" foreground=\"blue\"/>\n" |
|
|
|
|
|
|
|
" <style name=\"def:function\" foreground=\"blue\"/>\n" |
|
|
|
" <style name=\"def:identifier\" foreground=\"purple\"/>\n" |
|
|
|
" <style name=\"def:identifier\" foreground=\"purple\"/>\n" |
|
|
|
" <style name=\"def:preprocessor\" foreground=\"green\"/>\n" |
|
|
|
" <style name=\"def:preprocessor\" foreground=\"green\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
|