X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/c7f552fd8888da2f0d8cfb228fe0f28d3df3a12c..b4b6f2ea75b9f0f3ca918f5b84016610bf7a4d4f:/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css diff --git a/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css new file mode 100755 index 0000000..cabc86d --- /dev/null +++ b/interpretor/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css @@ -0,0 +1,10 @@ +/* + * CodePress color styles for generic syntax highlighting + */ + +b {color:#7F0055;font-weight:bold;} /* reserved words */ +al {color:#2A00FF;font-weight:bold;} /* algebra */ +u {color:black;font-weight:bold;} /* special words */ +i, i b, i s, i u, i em {color:green;font-weight:normal;} /* comments */ +s, s b, s em {color:#2A00FF;font-weight:normal;} /* strings */ +em {font-weight:bold;} /* special chars */ \ No newline at end of file