prettydiff icon indicating copy to clipboard operation
prettydiff copied to clipboard

Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.

Results 49 prettydiff issues
Sort by recently updated
recently updated
newest added

Hi, nice tool thanks for all your work on this! Just dropping in to add another php template language request, Latte by Nette. I personally much prefer this to twig,...

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented. ```twig {# brand/ logo #} ```...

Hello And thanks for a great tool. I have a question about proper usage. I need to diff html to highlight changes from one version of a document to another....

I'm not sure if this is in error, or is somehow controlable via the configuration, but when beautifying HTML, I am seeing inconsistent results. Take the following example. My unbeautified...

My build fails like this: ``` TypeScript Compilation [00:00:04.394434900] TypeScript build completed without warnings. [00:00:04.372880475] Total section time. ________________________________________________________________________ Building Options Stack trace ----------- at node_apps_errout_error (/build/source/js/services.js:2097:27) at Object.node_apps_errout [as...

I use prettydiff as a beautifier as part of [atom-beautifier](https://github.com/Glavin001/atom-beautify). I recently encountered an odd behavior and was able to boil it down to the following minimal example: This xml...

# Source ``` {% block content %} (function () { var d = document, s = d.createElement('script'); })(); {% endblock %} ``` # Problem `vendor/bin/prettydiff.sh test.twig` ``` test/node_modules/prettydiff/js/prettydiff.js:10983 : tagName(data.token[data.begin[parse.count]].toLowerCase())...

### Source - test.txt.twig ``` #test.txt test #[email protected] {{ foo }} test.com, 111, DIRECT test.com, 111, DIRECT ``` ### Output ``` Error: Library prettydiff.beautify.markdown does not exist. ``` --- 🛑Whatever...

* https://facebook.github.io/graphql/June2018/ * https://github.com/Glavin001/atom-beautify/issues/1896 The syntax looks like a functional language imposed on a JSON structure. This should not be too daunting, but will be best served with a new...

new Language