search for: pygment

Displaying 20 results from an estimated 45 matches for "pygment".

Did you mean: pygments
2011 Feb 07
8
Pygments
The Pygments highlighter supports many more languages than CodeRay. Pygments is written in Python, but I''ve seen non-Python projects use it (Jekyll, Pygments). There''s also this: https://github.com/nex3/rb-pygments Any idea how much work it would be to add Pygments support to Webgen?
2008 Mar 27
1
R Code and the Pygments Python SyntaxHighlighter
Dear R Help, is someone going to write a R/S language lexer for the Pygments Python syntax highlighter <http://pygments.org/>? As it is used now by Trac, Django, or the Python documentation tool Sphinx, the R community can apply it in Python-based Wikis like Moinmoin and others. Hans Werner
2020 Jan 23
2
[cfe-dev] Phabricator -> GitHub PRs?
...ents. I am not sure of the reason for the case I observed, but the >> context vanished within a week in one instance. > > Does "vanish" mean it was completely gone, or just hidden in some way? I can provide a concrete example as I ran into this recently at https://github.com/pygments/pygments/pull/1361. If you scroll down that PR you'll see an entry 'pygments/lexers/asm.py Show resolved' (actually there's two, it doesn't matter which you pick). If you expand that by clicking 'Show Resolved' you'll see a small amount of context along with the rev...
2013 Nov 25
0
[LLVMdev] Language Reference bug?
...gs]* <ty> <op1>, <op2>`. > > Also, anybody but me that has noticed that Sphinx does not always colorize > things even if you put the proper ".. code-block:: llvm" in front? If it > is a known issue, I won't file a bug with the Sphinx people. > The Pygments lexer is sort of "brittle" and will fail to syntax highlight things if they stray too far from the lexical syntax it expects (due to being out of date or misspecified in the Pygments highlighter). You should check that the upstream has the same issue < https://bitbucket.org/birkenfeld...
2013 Nov 25
2
[LLVMdev] Language Reference bug?
Hi, The language reference uses "::" many places where it seems it should be using ".. code-block:: llvm". The result is that Sphinx does not colorize these samples. Should I fix this? Or is it purposeful? Also, anybody but me that has noticed that Sphinx does not always colorize things even if you put the proper ".. code-block:: llvm" in front? If it is a known
2013 Jan 22
0
[LLVMdev] LLVM TblGen syntax hightlighter
Hi all, LLVM now is using Sphinx to generate it's documentation. For syntax hightlighting, Sphinx uses Pygments [2]. Pygments already support LLVM IR syntax, however it doesn't support LLVM tblgen. I wrote up a Pygments extension that can be incorpreated in Sphinx [3]. After installing the extension, you can write the code below and get hightlight tblgen syntax. .. code-block:: tblgen def FeatureFP...
2012 Nov 27
4
[LLVMdev] [RFC] Removal of 'deplibs'?
Hi all, Did you know that there is a 'deplibs' keyword? Neither did I. It looks like it's not really used for much. We don't document it in the Language Reference. The only support I see if for reading/writing bitcode and manipulating modules. There's a bunch of code that could be removed if we could get rid of this. Does anyone use this thing? Does anyone mind if I nuke it?
2020 Jan 22
3
[cfe-dev] Phabricator -> GitHub PRs?
On Wed, Jan 22, 2020 at 4:40 PM David Greene <greened at obbligato.org> wrote: > Hubert Tong <hubert.reinterpretcast at gmail.com> writes: > > > The update process in Phab in rather manual and it does lead to more > noise. > > The GitHub force push risks loss of context for earlier comments (not > just > > in terms of display, like viewing older comments
2018 Feb 13
1
Syntax highlighting
Hi, I would like know if there are any plans for some "standardized" syntax highlighting of R code? * Currently I'm using minted for my LaTeX slides with pygmentize and I do not know what scheme is used for highlighting the R code. * RStudio uses (as default) TextMate (Text editor for MacOS) highlighting for R code. * The R package "highr" just defines CSS classes and does not provide any default CSS file, but embeds andre simons Highlight 3.42...
2009 Feb 25
5
[Cucumber] pretty html output?
Cucumberists (and RSpec Classic users ;): How can we convert a Cucumber feature file into HTML with syntax highlighting? Not the test-runner output; that''s preprocessed so it does not match the input file... Tx! -- Phlip
2019 May 08
2
failed to build llvm since 25de7691a0e27c29c8d783a22373cc265571f5e9 on AMD platform
...chitecture is X86 -- Threads enabled. -- Doxygen disabled. -- Go bindings disabled. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- Could NOT find Python module pygments -- Could NOT find Python module pygments.lexers.c_cpp -- Could NOT find Python module yaml -- LLVM host triple: x86_64-unknown-linux-gnu -- LLVM default target triple: x86_64-unknown-linux-gnu -- Building with -fPIC CMake Error at cmake/modules/HandleLLVMOptions.cmake:466 (message): The host co...
2019 May 09
3
failed to build llvm since 25de7691a0e27c29c8d783a22373cc265571f5e9 on AMD platform
...gen disabled. > -- Go bindings disabled. > -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) > -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) > -- OCaml bindings disabled. > -- Could NOT find Python module pygments > -- Could NOT find Python module pygments.lexers.c_cpp > -- Could NOT find Python module yaml > -- LLVM host triple: x86_64-unknown-linux-gnu > -- LLVM default target triple: x86_64-unknown-linux-gnu > -- Building with -fPIC > CMake Error at cmake/modules...
2019 Dec 20
4
Upgrading from Debian Stretch to Buster, Van Belle package
Ah, ok, apt-get remove libldb1 ldb-tools Then try again : apt install samba winbind acl The replacement of libldb1 to libldb2 is missing something. I'll have a look at that. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Lmloge [mailto:lmloge at orange.fr] > Verzonden: vrijdag 20 december 2019 13:15 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org
2010 Aug 09
1
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...ion infrastructure. Sphinx can create man pages, > which we are currently using a seperate format to do. There is also work on > integrating doxygen. > * Is pretty (both the source and output). > * Is easier to edit and maintain than html. > * Is extensible via Python. > * Uses `Pygments <http://pygments.org/>`__ for syntax highlighting, which > supports LLVM IR. > * Provides a rather good search engine. > > > Current Status > -------------- > > Currently I have simply moved the html and pod docs over to reStructuredText > using a modified vers...
2019 Dec 20
0
Upgrading from Debian Stretch to Buster, Van Belle package
...0 libglusterfs0 libgpgme11 libibverbs1 libldb1 libnl-3-200 libnl-route-3-200 libnspr4 libnss3 ? librados2 libsmbclient libstemmer0d libtirpc-common libtirpc3 libtracker-sparql-2.0-0 libwbclient0 python3-crypto python3-dnspython ? python3-gpg python3-iso8601 python3-ldb python3-markdown python3-pygments python3-samba python3-talloc python3-tdb python3-yaml ? samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules tdb-tools Suggested packages: ? python-crypto-doc python-markdown-doc python-pygments-doc ttf-bitstream-vera ctdb ldb-tools smbldap-tools ufw heimdal-clients ?...
2016 Nov 12
5
Rewriting opt-viewer in C++
Hi Adam, Thank you for writing opt-viewer! I've been playing around with it and found it helps me understand what optimizations were performed, which were missed, and why, as well as easily navigate to the relevant code. Wanting to use it on larger projects, I found that it can take a while to analyze the optimization reports. Since there doesn't seem to be too much code in it yet, I
2010 Dec 02
2
Any way to get syntax-highlighted code blocks with Text::MultiMarkdown?
Hello, I'm using Text::MultiMarkdown in my website, and I would like to know if there is any way to get syntax highlighting in code blocks. Thanks, -Mike Doherty
2010 Aug 09
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...ion infrastructure. Sphinx can create man pages, >  which we are currently using a seperate format to do. There is also work on >  integrating doxygen. > * Is pretty (both the source and output). > * Is easier to edit and maintain than html. > * Is extensible via Python. > * Uses `Pygments <http://pygments.org/>`__ for syntax highlighting, which >  supports LLVM IR. > * Provides a rather good search engine. > > > Current Status > -------------- > > Currently I have simply moved the html and pod docs over to reStructuredText > using a modified version...
2010 Aug 09
5
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...Creates a unified documentation infrastructure. Sphinx can create man pages, which we are currently using a seperate format to do. There is also work on integrating doxygen. * Is pretty (both the source and output). * Is easier to edit and maintain than html. * Is extensible via Python. * Uses `Pygments <http://pygments.org/>`__ for syntax highlighting, which supports LLVM IR. * Provides a rather good search engine. Current Status -------------- Currently I have simply moved the html and pod docs over to reStructuredText using a modified version of `html2rst <https://www.dropbox.com...
2012 Jun 16
2
[LLVMdev] RFC: "Building with MinGW on Windows" (DOC, NEW)
...el free to share them with me (on this mailing list). To see the document in its full glory, as it is going to look on the website, do this (I am NOT bragging about my document, I am just very happy about the whole switch to Sphinx - the color coding of the examples is awesome thanks to Sphinx and Pygments): 0. Ensure you have Python and Sphinx installed. 1. Copy the attached file to llvm/docs. 2. Run "make html". 3. Open up the HTML document at "llvm/docs/_build/html/Building with MinGW on Windows.html". I'm especially interested in tips and tricks that Windows users shoul...