commit | 96a8ca2975ff268adbd54894f0e77f6a26fb26ba | [log] [tgz] |
---|---|---|
author | Kevin <ar18@comcast.net> | Sat Oct 06 05:15:30 2007 +0000 |
committer | Kevin <ar18@comcast.net> | Sat Oct 06 05:15:30 2007 +0000 |
tree | 6e13e9348a91a582ad01cae7c8c63d4d28620e78 | |
parent | 5bbaee24267f41cce5f39bfc097038693642f353 [diff] [blame] |
New directory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42680 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/demo/syntax.css b/www/demo/syntax.css new file mode 100644 index 0000000..90daf5f --- /dev/null +++ b/www/demo/syntax.css
@@ -0,0 +1,4 @@ +/* LLVM syntax highlighting for the Web */ + +.llvm_type { font-style: oblique; color: green } +.llvm_keyword { font-weight: bold; color: blue }