Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 17, 2024
1 parent c3d468a commit faae443
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
/* GenericInserted */ .chroma .gi { color: #a6e22e }
/* GenericStrong */ .chroma .gs { font-weight: bold }
/* GenericSubheading */ .chroma .gu { color: #75715e }
body { color: #f8f8f2; background-color: #272822;; }
body { color:#f8f8f2;background-color:#272822;; }
</style><body class="bg">
<pre class="chroma"><code><span class="line"><span class="cl"><span class="kn">package</span> <span class="nx">main</span>
</span></span><span class="line"><span class="cl">
Expand Down
6 changes: 6 additions & 0 deletions docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
| `D` | `d` |
| `Dart` | `dart` |
| `Dax` | `dax` |
| `Desktop file` | `desktop`, `desktop_entry` |
| `Diff` | `diff`, `udiff` |
| `Django/Jinja` | `django`, `jinja` |
| `dns` | `zone`, `bind` |
Expand Down Expand Up @@ -111,6 +112,7 @@
| `Makefile` | `make`, `makefile`, `mf`, `bsdmake` |
| `Mako` | `mako` |
| `Mason` | `mason` |
| `Materialize SQL dialect` | `materialize`, `mzsql` |
| `Mathematica` | `mathematica`, `mma`, `nb` |
| `Matlab` | `matlab` |
| `mcfunction` | `mcfunction` |
Expand All @@ -125,6 +127,7 @@
| `MySQL` | `mysql`, `mariadb` |
| `NASM` | `nasm` |
| `Natural` | `natural` |
| `NDISASM` | `ndisasm` |
| `Newspeak` | `newspeak` |
| `Nginx configuration file` | `nginx` |
| `Nim` | `nim`, `nimrod` |
Expand Down Expand Up @@ -153,6 +156,7 @@
| `PowerQuery` | `powerquery`, `pq` |
| `PowerShell` | `powershell`, `posh`, `ps1`, `psm1`, `psd1`, `pwsh` |
| `Prolog` | `prolog` |
| `Promela` | `promela` |
| `PromQL` | `promql` |
| `properties` | `java-properties` |
| `Protocol Buffer` | `protobuf`, `proto` |
Expand All @@ -169,7 +173,9 @@
| `react` | `jsx`, `react` |
| `ReasonML` | `reason`, `reasonml` |
| `reg` | `registry` |
| `Rego` | `rego` |
| `Rexx` | `rexx`, `arexx` |
| `RPMSpec` | `spec` |
| `Ruby` | `rb`, `ruby`, `duby` |
| `Rust` | `rust`, `rs` |
| `SAS` | `sas` |
Expand Down

0 comments on commit faae443

Please sign in to comment.