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-2015 by the Pygments team, see AUTHORS. |
6 :copyright: Copyright 2006-2017 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.05 from |
10 # Opcodes in Csound 6.05 from |
11 # csound --list-opcodes |
11 # csound --list-opcodes |