Esempio n. 1
0
File: conf.py Progetto: todun/daml
def setup(sphinx):
    from pygments_daml_lexer import DAMLLexer
    sphinx.add_lexer("daml", DAMLLexer())
Esempio n. 2
0
def setup(sphinx):
    from pygments_daml_lexer import DAMLLexer
    sphinx.add_lexer("daml", DAMLLexer())
    from typescript import TypeScriptLexer
    sphinx.add_lexer("tsx", TypeScriptLexer())