summaryrefslogtreecommitdiff
path: root/doc/languages.rst
diff options
context:
space:
mode:
authorFred Hornsey <fred@hornsey.us>2021-05-02 01:46:19 -0500
committerGitHub <noreply@github.com>2021-05-02 08:46:19 +0200
commit7f85893012a0a94c03fc275d3621ee9c24d35d6f (patch)
tree5c6c10dfc91856407e996eddaca1fb2693c71d43 /doc/languages.rst
parentf0b806fb480cd1e121b67409b8eae96f3e0dfa53 (diff)
downloadpygments-git-7f85893012a0a94c03fc275d3621ee9c24d35d6f.tar.gz
Support for OMG IDL (#1595)
* Support for OMG IDL Lexer for [Object Management Group Interface Definition Language](https://www.omg.org/spec/IDL/About-IDL/). * Allow Whitespace Before include in C Preprocessor It wasn't highlighting the included filename the same as if there was no space before the include, but now it is. * Update omg-idl Tests to Latest Requirements * Update omg-idl versionadded to 2.9 Since I just realized this missed the 2.8 release. * Add Missing Operators to omg-idl
Diffstat (limited to 'doc/languages.rst')
-rw-r--r--doc/languages.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages.rst b/doc/languages.rst
index 468a9f2f..86fde61e 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -260,6 +260,7 @@ Other markup
* `Nix language <https://nixos.org/nix/>`_
* NSIS scripts
* Notmuch
+* `OMG IDL <https://www.omg.org/spec/IDL/About-IDL/>`_
* `PEG <https://bford.info/packrat/>`_
* POV-Ray scenes
* `PromQL <https://prometheus.io/docs/prometheus/latest/querying/basics/>`_