X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..66f23d4fabf89ad09adbd4dfc15ac6b5b2b7da83:/interpreter/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css diff --git a/interpreter/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css b/interpreter/preprocessor/faust-0.9.47mr3/syntax-highlighting/codepress/faust.css new file mode 100755 index 0000000..cabc86d --- /dev/null +++ b/interpreter/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