repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
www
/
demo
/
syntax.css
blob
90daf5fcbd1fcc577c3636b65dc46523f6be1586
1
/* LLVM syntax highlighting for the Web */
2
3
.llvm_type
{
font-style
:
oblique
;
color
:
green
}
4
.llvm_keyword
{
font-weight
:
bold
;
color
:
blue
}