-
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
;; Package-Requires: ((emacs "23.1")) | ||
|
@@ -23,7 +23,7 @@ | |
|
||
;;---- CONSTS ------------------------------------------------------------------ | ||
|
||
(defconst web-mode-version "17.3.19" | ||
(defconst web-mode-version "17.3.20" | ||
"Web Mode version.") | ||
|
||
;;---- GROUPS ------------------------------------------------------------------ | ||
|
@@ -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" . ()) | ||
|