nrclark@17: /* Licensed to the Apache Software Foundation (ASF) under one or more nrclark@17: * contributor license agreements. See the NOTICE file distributed with this nrclark@17: * work for additional information regarding copyright ownership. The ASF nrclark@17: * licenses this file to you under the Apache License, Version 2.0 (the nrclark@17: * "License"); you may not use this file except in compliance with the License. nrclark@17: * You may obtain a copy of the License at nrclark@17: * nrclark@17: * http://www.apache.org/licenses/LICENSE-2.0 nrclark@17: * nrclark@17: * Unless required by applicable law or agreed to in writing, software nrclark@17: * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT nrclark@17: * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the nrclark@17: * License for the specific language governing permissions and limitations nrclark@17: * under the License. nrclark@17: */ nrclark@17: nrclark@17: .highlight .k, .highlight .kp { color: blue } /* keyword */ nrclark@17: .highlight .no { color: darkblue } /* constant */ nrclark@24: .highlight .s1 { color: green } /* string */ nrclark@17: .highlight .n { color: black } /* identifier */ nrclark@17: .highlight .o, .highlight .p { color: darkblue } /* = + */ nrclark@17: .highlight .ss { color: darkblue } /* symbol */ nrclark@17: .highlight .c1 { color: gray } /* comment */