diff options
author | Alexander Dutton <alexander.dutton@oucs.ox.ac.uk> | 2012-06-06 00:47:31 +0100 |
---|---|---|
committer | Alexander Dutton <alexander.dutton@oucs.ox.ac.uk> | 2012-06-06 00:47:31 +0100 |
commit | 4ea98ad140a53922d83be5c1ab298e4ca2e980cc (patch) | |
tree | db252703fd1f70981321bf98a95cde71358a91e3 /pygments | |
parent | 0ceb262c3a281f07571d2ced1709343f2c39c900 (diff) | |
download | pygments-4ea98ad140a53922d83be5c1ab298e4ca2e980cc.tar.gz |
Added preamble to pygments.lexers.rdf and me to AUTHORS.
Diffstat (limited to 'pygments')
-rw-r--r-- | pygments/lexers/rdf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pygments/lexers/rdf.py b/pygments/lexers/rdf.py index 9f003584..d0e3efa7 100644 --- a/pygments/lexers/rdf.py +++ b/pygments/lexers/rdf.py @@ -1,3 +1,13 @@ +# -*- coding: utf-8 -*- +""" + pygments.lexers.rdf + ~~~~~~~~~~~~~~~~~~~ + + Lexers for semantic web and RDF query languages and markup. + + :copyright: Copyright 2012 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" import re from pygments.lexer import RegexLexer, include, this, bygroups, include |