eric6/ThirdParty/Pygments/pygments/lexers/_csound_builtins.py

changeset 7983
54c5cfbb1e29
parent 7701
25f42e208e08
equal deleted inserted replaced
7982:48d210e41c65 7983:54c5cfbb1e29
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 "

eric ide

mercurial