File tree 1 file changed +5
-0
lines changed 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,15 @@ var content = <Container>{/* this is a comment */}<Nav /></Container>;
162
162
Beyond the compilation step, JSX does not require any special tools.
163
163
164
164
* Many editors already include reasonable support for JSX (Vim, Emacs js2-mode).
165
+ * JSX syntax highlighting is available for Sublime Text and other editors
166
+ that support ` *.tmLanguage ` using the third-party
167
+ [ ` JavaScript (JSX).tmLanguage ` ] [ 1 ] .
165
168
* Linting provides accurate line numbers after compiling without sourcemaps.
166
169
* Elements use standard scoping so linters can find usage of out-of-scope
167
170
components.
168
171
172
+ [ 1 ] : https://github.com/yungsters/sublime/blob/master/tmLanguage/JavaScript%20(JSX).tmLanguage
173
+
169
174
## Prior Work
170
175
171
176
JSX is similar to several other JavaScript embedded XML language
You can’t perform that action at this time.
0 commit comments