##// END OF EJS Templates
lexerself -> lexer.
chebee7i -
Show More
@@ -15,7 +15,7 def setup(app):
15 # suppresses the sphinx warning we'd get without it.
15 # suppresses the sphinx warning we'd get without it.
16 pass
16 pass
17
17
18 # Register the extension as a valid pygments lexerself.
18 # Register the extension as a valid pygments lexer.
19 # Alternatively, we could register the lexer with pygments instead. This would
19 # Alternatively, we could register the lexer with pygments instead. This would
20 # require using setuptools entrypoints: http://pygments.org/docs/plugins
20 # require using setuptools entrypoints: http://pygments.org/docs/plugins
21
21
General Comments 0
You need to be logged in to leave comments. Login now