3 pygments.lexers.business |
3 pygments.lexers.business |
4 ~~~~~~~~~~~~~~~~~~~~~~~~ |
4 ~~~~~~~~~~~~~~~~~~~~~~~~ |
5 |
5 |
6 Lexers for "business-oriented" languages. |
6 Lexers for "business-oriented" languages. |
7 |
7 |
8 :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. |
8 :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. |
9 :license: BSD, see LICENSE for details. |
9 :license: BSD, see LICENSE for details. |
10 """ |
10 """ |
11 |
11 |
12 import re |
12 import re |
13 |
13 |
502 |
502 |
503 |
503 |
504 class GoodDataCLLexer(RegexLexer): |
504 class GoodDataCLLexer(RegexLexer): |
505 """ |
505 """ |
506 Lexer for `GoodData-CL |
506 Lexer for `GoodData-CL |
507 <http://github.com/gooddata/GoodData-CL/raw/master/cli/src/main/resources/\ |
507 <https://github.com/gooddata/GoodData-CL/raw/master/cli/src/main/resources/\ |
508 com/gooddata/processor/COMMANDS.txt>`_ |
508 com/gooddata/processor/COMMANDS.txt>`_ |
509 script files. |
509 script files. |
510 |
510 |
511 .. versionadded:: 1.4 |
511 .. versionadded:: 1.4 |
512 """ |
512 """ |