Skip to content
#

syntax-highlighting

Here are 1,272 public repositories matching this topic...

bat
desbma
desbma commented Nov 27, 2019

Line wrapping seems to be disabled when piping to another process, even when forced with --wrap=character.

$ echo 123456789abcd > /tmp/file
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file
123456789a
bcd
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file | command cat
123456789abcd
danielshahaf
danielshahaf commented Nov 10, 2019

tests/README.md speaks of $todo and $skip_test, even though the first is a metasyntactic variable and the second is a real variable. What's more, there's a literal $todo variable in the test harness implementation, which admittedly has nothing to do with the metasyntactic $todo in the documentation, but might confuse the maintainers nonetheless.

Let's use a different, less confusing no

AndyFWealthfront
AndyFWealthfront commented Apr 10, 2019

Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:

db> select "example text that wraps onto the nex
    t line";

I often copy/paste my query fr

orenshk
orenshk commented Aug 29, 2019

Thanks for making this awesome package!

I have some custom.js stuff already custom folder, and every time I run jt the file gets overwritten with a custom.js file that only has comments.

The Jupyter doc suggests not modifying the custom.js file from a script for this reason

xErik
xErik commented Oct 11, 2019

Thank you for providing Remarkable.

I'd like to write plugins but the available documentation is more of an internal documentation.

I am also unsure whether every plugin is simply applied in a row during runtime - and then the plugin decides whether to process the input or not? As this means a plugin is not explicitly registered with a MARKDOWN-TAG like:

`.addPlugin('MARKDOWN-TAG', isInl

pyrmont
pyrmont commented Jun 29, 2019

Is your enhancement request related to a problem? Please describe.
By default, running rackup to load the visual testing app will make a web server available to local clients. If you want to access the server over a network, you need to bind the server to 0.0.0.0.

Describe the solution you'd like
Update the Rouge documentation to explain how to customise the server settings.

chocolateboy
chocolateboy commented Sep 1, 2019
  • OS: Linux (Arch)
  • Python: 3.7.4
  • litecli: 1.1.0

This is a great tool (thanks!), but I was deterred from considering it by the references to completing with the "Right-arrow" key in the documentation (and UI). I'm used to completing with the standard GNU Readline Tab key (as in sqlite) and never use arrow keys for completion and don't use any tools which do by default (it's bee

nord-vim
vincentzhezhang
vincentzhezhang commented Apr 28, 2019

Thanks for the amazing colour palette, really liked the colours and I am using it almost everywhere I can apart from Vim because:
The current way it highlights SpellBad is so intrusive that it makes you hard to concentrate on an ordinary code snippet as all the SpellBad matches are shown in Red with Underline. Just a few examples:
With spell turned on:
![Screenshot from 2019-04-28 19-41-13]

David-OConnor
David-OConnor commented Dec 15, 2018

There's no mention of highlighted_html_for_string usage in the examples, or anywhere I've found outside the API docs. There's an example of highlighted_html_for_file, but this doesn't require a SyntaxReference param, which there's no example of either.

Improve this page

Add a description, image, and links to the syntax-highlighting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the syntax-highlighting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.