summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErik Osheim <d_m@plastic-idolatry.com>2022-03-13 14:57:42 -0400
committerGitHub <noreply@github.com>2022-03-13 19:57:42 +0100
commit96eaebafc848c989e9fc081768e3156add3128fd (patch)
tree5d324aa2afea7b23f92ff03788739d40f3693e31 /doc
parent62dd19e9d3e0400fff0aeddabae490797425c87e (diff)
downloadpygments-git-96eaebafc848c989e9fc081768e3156add3128fd.tar.gz
Add lexer for parsing Uxntal assembly code. (#2086)
Uxn is a virtual machine which represents a personal computing playground, and is described here: https://100r.co/site/uxn.html Uxntal assembly language is described here: https://wiki.xxiivv.com/site/uxntal.html The demo code piano.tal is used with permission.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages.rst b/doc/languages.rst
index f36d6fdc..55e8f6ea 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -181,6 +181,7 @@ Programming languages
* `Swift <https://swift.org/>`_
* `Swig <http://swig.org/>`_
* `SuperCollider <https://supercollider.github.io/>`_
+* `Tal <https://wiki.xxiivv.com/site/uxntal.html>`_
* `Tcl <https://www.tcl.tk/about/language.html>`_
* `Tera Term language <https://ttssh2.osdn.jp/>`_
* `TypeScript <https://www.typescriptlang.org/>`_