Commit Graph

1346 Commits

Author SHA1 Message Date
Glavin Wiechert 604b6340d6 Merge branch 'beefsack-master' 2016-12-30 01:58:31 -04:00
Glavin Wiechert cb052d868b See #1212. Update docs for new hh_format beautifier. 2016-12-30 01:58:15 -04:00
Glavin Wiechert 4b1a1a8292 Fix changes from review of #1212. 2016-12-30 01:55:33 -04:00
Glavin Wiechert 55216a8cef Merge branch 'master' of https://github.com/beefsack/atom-beautify into beefsack-master 2016-12-30 01:44:32 -04:00
Glavin Wiechert bf36fb50ae Fix bash examples 2016-12-30 01:30:46 -04:00
Glavin Wiechert ead7e33df7 Prepare 0.29.15 release 2016-12-29 21:42:14 -04:00
Glavin Wiechert 236ad309ba Set Pretty Diff as default beautifier for JSX 2016-12-29 21:27:06 -04:00
Glavin Wiechert 57ff6eb6c9 Add JavaScript with JSX grammar to JSX language 2016-12-29 21:26:53 -04:00
Glavin Wiechert f26e8119cb Closes #1403. Add .ejs extension to EJS language 2016-12-29 20:08:03 -04:00
Glavin Wiechert a3d003de38 Update docs 2016-12-29 19:37:03 -04:00
Glavin Wiechert c273e7ff4a Merge pull request #1220 from quilicicf/master_bash_beautifier
🆕 Add beautysh as bash/shell beautifier
2016-12-29 19:34:21 -04:00
Glavin Wiechert 674c5ca69f Merge branch 'master' into master_bash_beautifier 2016-12-29 19:34:07 -04:00
Glavin Wiechert 31f8e3f620 Merge pull request #1430 from NodeJoSe/patch-3
Add JSX option to to JS Beautify
2016-12-29 19:30:26 -04:00
Jose Agustin Villalobos 08b6aadecb Add JSX option to to JS Beautify 2016-12-29 13:08:34 -04:00
Glavin Wiechert de781b1749 Merge pull request #1429 from NodeJoSe/patch-2
Add EJS options to JS Beautify
2016-12-29 12:02:25 -04:00
Jose Agustin Villalobos e0a01f4ed6 Add EJS options to JS Beautify 2016-12-29 01:54:04 -04:00
Glavin Wiechert acfad3f7d0 Merge pull request #1397 from cadenasgmbh/master
Added language support for GLSL via clang-format
2016-12-29 00:17:38 -04:00
Glavin Wiechert 8067b04676 Merge pull request #1380 from Foadsf/patch-1
f95 file extension was added
2016-12-29 00:12:05 -04:00
Glavin Wiechert c168c71e84 Merge pull request #1335 from bochoven/patch-1
Added plist and recipe to XML extensions
2016-12-29 00:10:07 -04:00
Glavin Wiechert 8fac5094e7 Merge pull request #1326 from phumberdroz/language_EJS
added EJS as Grammar since JavaScript Template is not longer used by …
2016-12-29 00:05:00 -04:00
Glavin Wiechert fe5f6158f5 Merge pull request #1311 from fscherwi/patch-2
Remove Python from Mac installation in Travis CI
2016-12-28 23:59:00 -04:00
Glavin Wiechert 84abff4d13 Prepare 0.29.14 release 2016-12-18 18:04:13 -04:00
Glavin Wiechert 591e51359f Switch debug info command to create new TextEditor instead of Gist 2016-12-18 18:04:01 -04:00
Pascal Häusler fff122f2f4 fixed README.md 2016-12-05 17:04:47 +01:00
Pascal Häusler 640c71c2b9 Added language support for GLSL via clang-format 2016-12-05 15:05:43 +01:00
Foadsf 1bc7481c57 f95 file extension was added 2016-11-24 20:21:23 +01:00
guyskk 4a660f9e5a update document via npm run docs 2016-11-20 09:27:47 +00:00
guyskk d85bd22bcb add pybeautifier 2016-11-20 09:27:47 +00:00
Arjen van Bochoven c174b7bc9f Added plist and recipe to XML extensions
.recipe is used by autopkg for plists
2016-11-07 21:50:49 +01:00
guyskk b6c3d7dad3 fix #585: Add option to disable the loading notification 2016-11-06 14:56:46 +00:00
Pierre Humberdroz 8fa437a844 added EJS as Grammar since JavaScript Template is not longer used by the EJS Atom Plugin 2016-11-04 00:09:39 +01:00
fscherwi 848dfd8a8a remove python from mac installation 2016-10-31 14:31:24 +01:00
Daniel Brodin 85d0f19e37 Use local phpcs config file if available. 2016-10-25 10:19:26 +02:00
Glavin Wiechert 55dad2903e Merge pull request #1254 from vmuriart/master
Use relative links in README/README-template
2016-10-16 20:10:08 -03:00
Victor Uriarte 1bf038d23c Use relative links in README/README-template
Some links in the README link to fork's of the project instead of the project's own files.

https://github.com/blog/1395-relative-links-in-markup-files
http://stackoverflow.com/questions/23789542/github-link-to-wiki-page-from-readme
2016-10-08 17:09:05 -07:00
Glavin Wiechert bfb8df936a Merge pull request #1253 from vmuriart/fix-remark6.0.1
Fix remark6.0.1
2016-10-08 17:40:27 -03:00
Victor Uriarte 288c11a5eb Cast remark's vfile to string
Another change on the API was the change of the return type.  It now return a vfile instead of a string.

Old:
d1c52a3b28/doc/remark.3.md (remarkprocessfile-options-done)

New:
https://github.com/wooorm/unified#processorprocessfilevalue-options-done
2016-10-08 11:57:46 -07:00
Victor Uriarte 0c28d39fe6 Update to new remark api.
Change was documented on v5.0 release

https://github.com/wooorm/remark/commit/8108fe5
2016-10-08 11:57:46 -07:00
Glavin Wiechert 1f312a94cc Merge pull request #1245 from SpacePossum/patch-1
Link to the official PHP-CS-Fixer repository
2016-10-06 19:21:56 -03:00
SpacePossum e66613128d Link to the official PHP-CS-Fixer repository 2016-10-06 19:16:25 +02:00
quilicicf 93916c3559 🔧 Update install scrtips 2016-09-29 09:40:14 +02:00
Glavin Wiechert 43bc808aed Merge pull request #1232 from bitwiseman/patch-1
Expanded ISSUE_TEMPLATE.md
2016-09-28 15:53:32 -03:00
Liam Newman d0f1117e27 Expanded ISSUE_TEMPLATE.md
Added input and actual sections.
2016-09-28 10:01:39 -07:00
quilicicf 306dd569b4 🆕 Add indent_size capability for beautysh 2016-09-27 22:39:56 +02:00
Glavin Wiechert b37c1e4c67 See #1174. Update README with Unibeautify notice 2016-09-26 01:12:16 -03:00
Glavin Wiechert 142315a81d Fix README typo [skip ci] 2016-09-25 19:48:16 -03:00
Glavin Wiechert e34d1b98a7 Merge branch 'master' of github.com:Glavin001/atom-beautify 2016-09-25 19:46:47 -03:00
Glavin Wiechert 4a9085ecc7 Combine Mac & Linux Travis CI badges in table
[ci skip]
2016-09-25 19:45:21 -03:00
Glavin Wiechert 10263d6bd4 Merge pull request #1221 from Glavin001/greenkeeper-coffee-script-1.11.0
coffee-script@1.11.0 breaks build ⚠️
2016-09-25 19:04:21 -03:00
Glavin Wiechert 2bd38eda6e Merge pull request #1222 from Glavin001/greenkeeper-github-3.1.1
github@3.1.1 breaks build ⚠️
2016-09-25 19:04:01 -03:00