From cc93b0e6d9209924e2ec2d55648a1e74a757a40c Mon Sep 17 00:00:00 2001 From: Checconio Date: Sun, 30 Apr 2023 20:46:49 +0200 Subject: [PATCH] Update changes and supported_language for Iptables syntax (#3775) --- CHANGES.md | 2 ++ SUPPORTED_LANGUAGES.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ea2ca0d914..3626ee02aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,8 +3,10 @@ Parser: - (enh) prevent rehighlighting of an element [joshgoebel][] +- added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][] [Josh Goebel]: https://github.com/joshgoebel +[Checconio]: https://github.com/Checconio ## Version 11.8.0 diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 9bbceb3303..48d6c8796b 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -108,6 +108,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Ini, TOML | ini, toml | | | Inform7 | inform7, i7 | | | IRPF90 | irpf90 | | +| Iptables | iptables | [highlightjs-iptables](https://github.com/highlightjs/highlightjs-iptables) | | JSON | json | | | Java | java, jsp | | | JavaScript | javascript, js, jsx | |