File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ function App ( ) {
2+ return (
3+ < div >
4+ < div > </ div >
5+ </ div >
6+ ) ;
7+ }
8+
9+ function App ( ) {
10+ return (
11+ < div >
12+ < div />
13+ </ div >
14+ ) ;
15+ }
Original file line number Diff line number Diff line change 22
33;; Copyright 2011-2024 François-Xavier Bois
44
5- ;; Version: 17.3.19
5+ ;; Version: 17.3.20
66;; Author: François-Xavier Bois
77;; Maintainer: François-Xavier Bois <
[email protected] >
88;; Package-Requires: ((emacs "23.1"))
2323
2424;;---- CONSTS ------------------------------------------------------------------
2525
26- (defconst web-mode-version "17.3.19 "
26+ (defconst web-mode-version "17.3.20 "
2727 "Web Mode version.")
2828
2929;;---- GROUPS ------------------------------------------------------------------
@@ -1006,7 +1006,7 @@ Must be used in conjunction with web-mode-enable-block-face."
10061006 ("json-t" . ())
10071007 ("jsp" . ("grails"))
10081008 ("mako" . ())
1009- ("marko" . ())
1009+ ("marko" . ("pandoc" ))
10101010 ("mason" . ("poet"))
10111011 ("lsp" . ("lisp"))
10121012 ("mojolicious" . ())
You can’t perform that action at this time.
0 commit comments