Michael Hancock
18ae07eaff
Added opencl language support
...
OpenCL language support is achieved here simply by attaching '.CL'
extension to the 'C' language module. OpenCL is C based however beautify
will not support beautification despite having C language support, due
to the different file extension.
2016-03-24 00:34:55 +00:00
Glavin Wiechert
bd6e735f08
See #839 , #844 . Add test for unique language namespaces
...
Removed check in Beautifiers#buildOptionsForBeautifiers
2016-03-03 20:06:23 -04:00
Glavin Wiechert
d637317826
Update Lodash to v4.6.1
2016-03-03 19:49:20 -04:00
Glavin Wiechert
3f51b02e25
Fixes #839 . Throw error if languages have same namespace
...
Also fix XTemplate & Riot.js
2016-03-02 12:47:28 -04:00
Glavin Wiechert
3a6763a25c
See #828 , #757 , #731 , #750 . Fix Riot.js support,
...
add support to Pretty diff beautifier
2016-02-25 23:30:34 -04:00
Glavin Wiechert
d97b2d2e4d
Revert "Organize settings/options into groups that will be collapsable"
...
This reverts commit f2968b797f
.
2016-02-25 23:20:36 -04:00
Glavin Wiechert
792238560b
Merge branches 'better-settings' and 'master' of github.com:Glavin001/atom-beautify
2016-02-25 15:20:16 -04:00
Glavin Wiechert
e89e1d52ad
Merge pull request #825 from jdcrensh/master
...
Include Apex extension: "trigger"
2016-02-22 10:58:48 -04:00
Jon Crenshaw
8d36215d24
Include Apex extension: "trigger"
2016-02-22 00:37:24 -08:00
Glavin Wiechert
f2968b797f
Organize settings/options into groups that will be collapsable
...
Waiting on Atom/settings-view support: https://github.com/atom/settings-view/pull/736
2016-02-22 01:17:07 -04:00
ra100
7003ab934f
Merge remote-tracking branch 'upstream/master'
2016-02-21 23:58:18 +01:00
ra100
a826edd3fe
fix error when no path to phpcbf is set
2016-02-21 23:56:06 +01:00
Glavin Wiechert
aedf6adfba
See #733 . Remove dfmt from being default beautifier for D language
2016-02-21 17:23:02 -04:00
Glavin Wiechert
080bc994b1
See #733 . Add language-d for testing and "d" extension to language file
2016-02-21 16:40:35 -04:00
Glavin Wiechert
286a55486f
Merge pull request #766 from prettydiff/riotjs
...
Updating riotjs.coffee per comment: https://github.com/Glavin001/atom …
2016-02-20 15:34:16 -04:00
Glavin Wiechert
34a3297858
Merge branch 'master' of git://github.com/jdcrensh/atom-beautify into jdcrensh-master
2016-02-20 15:32:57 -04:00
Glavin Wiechert
19be23015a
Merge pull request #791 from diegodorado/rc-file-check
...
Wraps .jsbeautifyrc file read into a try/catch since it could be no l…
2016-02-20 15:31:30 -04:00
Glavin Wiechert
e74746d32f
Merge pull request #790 from sidred/rustfmt-update
...
Rust - Add ability to read rustfmt.toml
2016-02-20 15:30:38 -04:00
Glavin Wiechert
42a747ca80
Merge pull request #779 from kaaloo/collapse-preserve-inline
...
[#776 ] Bump jsbeautify to 1.6.2. Add support for collapse-preserve-inline
2016-02-20 15:29:45 -04:00
Glavin Wiechert
e43952c7d3
Merge pull request #744 from ra100/master
...
PHPCBF (PHP_CodeSniffer) + Remark for Markdown support
2016-02-20 15:27:52 -04:00
Glavin Wiechert
0ed9e2ae31
Merge pull request #743 from cosmix/develop
...
Adds 'unchanged' option to the SQL beautifier
2016-02-20 15:26:18 -04:00
Glavin Wiechert
f318929046
See #733 . No options are supported yet by dfmt
2016-02-20 15:25:19 -04:00
Glavin Wiechert
2b6b026cc6
Merge pull request #733 from LaurentTreguier/master
...
Adding dfmt support for D
2016-02-20 15:24:54 -04:00
Glavin Wiechert
bdcccf8036
Merge pull request #726 from joshholl/master
...
See #524 . Added pretty diff ternaryline option
2016-02-20 15:17:41 -04:00
Glavin Wiechert
e90a6335e3
Merge branch 'cfml' of git://github.com/finalcut/atom-beautify into finalcut-cfml
2016-02-20 15:13:27 -04:00
Glavin Wiechert
dee67da140
Merge branch 'master' of git://github.com/markbaas/atom-beautify into markbaas-master
2016-02-20 15:11:49 -04:00
Jon Crenshaw
718184554a
Add Apex language support
...
Include support for Salesforce's Java-like "Apex" language
2016-02-17 21:54:08 -08:00
Diego Dorado
f99e24cf6c
Wraps .jsbeautifyrc file read into a try/catch since it could be no longer available.
2016-02-09 12:19:16 -03:00
sid
f5f118a3d2
Add ability to read rustfmt.toml
...
atom-beautifier runs rustfmt in a tmp folder and rustfmt with not pick up
the rustfmt.toml file in any of the crate root folders or its parent folders.
This commit adds the --config-path parameter with the current folder and will
load any rust format in the file's path
Also set the --write-output format to override from the default setting replace.
This will avoid creating an unnecessary backup file tmp source file
2016-02-09 11:16:17 +05:30
Luis Arias
89f1d699f0
Bump jsbeautify to 1.6.2. Add support for collapse-preserve-inline brace_style for javascript.
2016-02-03 19:01:44 +01:00
Ra100
6d73fa0234
remove console.log
2016-01-28 15:43:56 +01:00
Ra100
2dce172228
add: remark for markdown
2016-01-28 13:11:09 +01:00
Ra100
b0dab1ea23
add settings to beautifier
2016-01-28 12:52:56 +01:00
Ra100
644ca188a8
Merge remote-tracking branch 'upstream/master'
2016-01-28 09:07:03 +01:00
Austin Cheney
f2da1d0d29
changing default beautifier to pass unit tests
2016-01-22 16:16:10 -06:00
Austin Cheney
b41bb12127
fixing a defect
2016-01-22 15:16:26 -06:00
Austin Cheney
643e695e55
fixing a defect
2016-01-22 15:15:02 -06:00
Austin Cheney
5acb264368
Updating riotjs.coffee per comment: https://github.com/Glavin001/atom-beautify/issues/750#issuecomment-174029448
2016-01-22 14:45:13 -06:00
Austin Cheney
dce087c982
Merge pull request #763 from prettydiff/sld
...
adding support for grammar SLD
2016-01-20 04:40:36 -06:00
Austin Cheney
64579564e9
adding support for grammar SLD
2016-01-19 21:09:25 -06:00
Austin Cheney
1462d6e030
Merge pull request #756 from prettydiff/xhtml
...
adding XHTML file extension as an XML grammar
2016-01-18 21:15:27 -06:00
Austin Cheney
9706aec22c
Merge pull request #757 from prettydiff/riotjs
...
Adding language Riot.js
2016-01-18 21:15:12 -06:00
Austin Cheney
da68e5c397
Merge pull request #758 from prettydiff/xtemplate
...
Adding support for new HTML templating language: XTemplate
2016-01-18 21:14:48 -06:00
Austin Cheney
2fc91191b6
Adding support for new HTML templating language: XTemplate
2016-01-18 17:44:17 -06:00
Austin Cheney
8a34315f83
Adding language Riot.js
2016-01-18 17:33:53 -06:00
Austin Cheney
758f239241
adding XHTML file extension as an XML grammar
2016-01-18 17:18:47 -06:00
Ra100
2bc18dd601
PHPCBF support
2016-01-13 17:05:57 +01:00
Ra100
269d434a16
adding support for phpcbf (in progress)
2016-01-13 15:14:16 +01:00
Dimosthenis Kaponis
ff1e875b17
Adds 'unchanged' option to the SQL beautifier for both identifiers and keywords
2016-01-13 13:57:10 +02:00
Glavin Wiechert
99299e5d30
Fixes #736 . Change unformatted option default value to match js-beautify
2016-01-12 14:27:30 -04:00