jpayne@68: /* Styling rules for PO files, imitating emacs 22 in an xterm-16color terminal. jpayne@68: Copyright (C) 2006-2007 Free Software Foundation, Inc. jpayne@68: jpayne@68: This program is free software: you can redistribute it and/or modify jpayne@68: it under the terms of the GNU General Public License as published by jpayne@68: the Free Software Foundation; either version 3 of the License, or jpayne@68: (at your option) any later version. jpayne@68: jpayne@68: This program is distributed in the hope that it will be useful, jpayne@68: but WITHOUT ANY WARRANTY; without even the implied warranty of jpayne@68: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the jpayne@68: GNU General Public License for more details. jpayne@68: jpayne@68: You should have received a copy of the GNU General Public License jpayne@68: along with this program. If not, see . */ jpayne@68: jpayne@68: .comment { color : rgb(205,0,0); } jpayne@68: .reference { color : rgb(0,205,205); } jpayne@68: .flag { color : rgb(0,0,0); } jpayne@68: .keyword { color : rgb(205,0,205); } jpayne@68: .string { color : rgb(205,0,205); } jpayne@68: .text { color : rgb(0,0,0); } jpayne@68: .escape-sequence { color : rgb(205,205,0); } jpayne@68: .format-directive { color : rgb(205,205,0); }