summaryrefslogtreecommitdiff
path: root/www/demo/syntax.css
diff options
context:
space:
mode:
authorKevin <ar18@comcast.net>2007-10-06 05:15:30 +0000
committerKevin <ar18@comcast.net>2007-10-06 05:15:30 +0000
commitd68c8f4c00fb0cca72b4486e070fc061cfba0271 (patch)
tree6e13e9348a91a582ad01cae7c8c63d4d28620e78 /www/demo/syntax.css
parent36f0935143a2b16e29675361f074f9ed5c3fc1de (diff)
downloadclang-d68c8f4c00fb0cca72b4486e070fc061cfba0271.tar.gz
New directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/demo/syntax.css')
-rw-r--r--www/demo/syntax.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/demo/syntax.css b/www/demo/syntax.css
new file mode 100644
index 0000000000..90daf5fcbd
--- /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 }