1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 """ |
2 """ |
3 pygments.lexers._csound_builtins |
3 pygments.lexers._csound_builtins |
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
5 |
5 |
6 :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. |
6 :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. |
7 :license: BSD, see LICENSE for details. |
7 :license: BSD, see LICENSE for details. |
8 """ |
8 """ |
9 |
9 |
10 # Opcodes in Csound 6.14.0 using: |
10 # Opcodes in Csound 6.14.0 using: |
11 # python3 -c " |
11 # python3 -c " |