Skip to content

Commit

Permalink
Put nginx in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
lassik committed Nov 19, 2021
1 parent 0219af1 commit 6200b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format-all.el
Original file line number Diff line number Diff line change
Expand Up @@ -1245,8 +1245,8 @@ unofficial languages IDs are prefixed with \"_\"."
"_Flow")
(and (equal major-mode 'gleam-mode) "_Gleam")
(and (equal major-mode 'ledger-mode) "_Ledger")
(and (equal major-mode 'snakemake-mode) "_Snakemake")
(and (equal major-mode 'nginx-mode) "_Nginx")
(and (equal major-mode 'snakemake-mode) "_Snakemake")
(language-id-buffer)))

(defun format-all--please-install (executable installer)
Expand Down

0 comments on commit 6200b91

Please sign in to comment.