Skip to content

Commit

Permalink
add pandoc as synonym of marko
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbois committed Aug 4, 2024
1 parent cbb1272 commit 0c83581
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions issues/1308.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
function App() {
return (
<div>
<div></div>
</div>
);
}

function App() {
return (
<div>
<div/>
</div>
);
}
6 changes: 3 additions & 3 deletions web-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright 2011-2024 François-Xavier Bois

;; Version: 17.3.19
;; Version: 17.3.20
;; Author: François-Xavier Bois
;; Maintainer: François-Xavier Bois <fxbois@gmail.com>
;; Package-Requires: ((emacs "23.1"))
Expand All @@ -23,7 +23,7 @@

;;---- CONSTS ------------------------------------------------------------------

(defconst web-mode-version "17.3.19"
(defconst web-mode-version "17.3.20"
"Web Mode version.")

;;---- GROUPS ------------------------------------------------------------------
Expand Down Expand Up @@ -1006,7 +1006,7 @@ Must be used in conjunction with web-mode-enable-block-face."
("json-t" . ())
("jsp" . ("grails"))
("mako" . ())
("marko" . ())
("marko" . ("pandoc"))
("mason" . ("poet"))
("lsp" . ("lisp"))
("mojolicious" . ())
Expand Down

0 comments on commit 0c83581

Please sign in to comment.