Merge pull request #2048 from Glavin001/reactjsx-package
Add react Atom package for proper JSX support
This commit is contained in:
commit
e682b865cd
10
.travis.yml
10
.travis.yml
|
@ -82,9 +82,9 @@ before_install:
|
||||||
# CoffeeScript
|
# CoffeeScript
|
||||||
- npm install coffee-formatter
|
- npm install coffee-formatter
|
||||||
# OCaml
|
# OCaml
|
||||||
- opam init --auto-setup
|
# - opam init --auto-setup
|
||||||
# Init environment variables for opam
|
# Init environment variables for opam
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
eval `opam config env`;
|
# eval `opam config env`;
|
||||||
fi
|
# fi
|
||||||
- opam install --yes ocp-indent
|
# - opam install --yes ocp-indent
|
||||||
|
|
|
@ -7,3 +7,4 @@ language-lua
|
||||||
language-elm
|
language-elm
|
||||||
language-puppet
|
language-puppet
|
||||||
fuse
|
fuse
|
||||||
|
react
|
||||||
|
|
|
@ -54,6 +54,7 @@ describe "BeautifyLanguages", ->
|
||||||
dependentPackages = [
|
dependentPackages = [
|
||||||
'autocomplete-plus'
|
'autocomplete-plus'
|
||||||
'fuse'
|
'fuse'
|
||||||
|
'react'
|
||||||
# 'linter'
|
# 'linter'
|
||||||
# 'atom-typescript' # it logs too much...
|
# 'atom-typescript' # it logs too much...
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue