syntax-highlighting
Here are 1,378 public repositories matching this topic...
A history expansion followed by a character ineligible for history expansion (e.g. =
) isn't highlighted correctly. !!=
unquoted is all highlighted as history expansion and "!!="
terminates the history expansion style on the first !
rather than the second.
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
-
Updated
May 27, 2020 - Ruby
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
- body parameter -> data field
- operator -> separator
It appears that the "stylish" browser extension is now considered to be spyware. See:
- https://meta.stackoverflow.com/a/294045/11750716 (end of post)
- https://github.com/openstyles/stylus/wiki/FAQ#what-are-the-main-differences-and-improvements-over-the-original-stylish-add-on
Please replace with a reference to "stylus" browser extension.
-
Updated
May 9, 2020 - Python
-
Updated
May 28, 2020 - Python
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.
Issue type: feature
I found the https://github.com/arcticicestudio/nord-docs to be the best looking documentation site built with Gatsby.
It would be great to have it as a Gatsby Theme for reuse.
-
Updated
Feb 24, 2020 - JavaScript
The name of the language
RELAX NG Compact Notation
Implementation in other libraries
Additional context
RelaxNG is a XML validation language that is starting to get traction. I think that it would be very beneficial that tools
bug .bat.lang is not right
不怎么会英语,将就看吧
bat.lang 的 commits 项不对,导致使用 DOS 渲染 .bat 代码时不能正确渲染注释
正确
、、、
Comments={
{ Block=false,
Delimiter= { [[(rem|Rem|REM)]] },
},
{ Block=false,
Delimiter= { [[::]] },
}
}
、、、
原文(大概?忘记备份了)
、、、
Comments={
{ Block=false,
Delimiter= { [^[(rem|Rem|REM)*]] },
此处不应有 ^ 和 *
},
此处多了个 ,
}
、、、
另
java 10
I got the information on IRC, but I have since lost the chat message due to a computer crash
These would be awesome:
- Update documentation on how to do it
- Provide a starting template
- UI to be able to define your own interpreter
A minor bug:
When new document is created and a single char is typed - document is still not marked with '*' (star).
So, user sees it as not modified.
The same occurs for the opened documents.
Document becomes modified after typing second character.
-
Updated
May 28, 2020 - Swift
-
Updated
May 9, 2020 - TypeScript
-
Updated
May 19, 2020 - Vim script
- 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
-
Updated
Apr 27, 2020 - JavaScript
It would be helpful to create a documentation and help site on GitHub for Notepad3 project,
which can be referenced by Notepad3 from the Help menu.
There might be more volunteers to collaborate on this documentation.
Readings:
- What is GitHub Pages?
- [User, Organization, and Project Pages](https://help.github.com/en/articles/user
Missing language
Please add VB/VBA to your language list.
-
Updated
Aug 26, 2019 - Swift
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.
-
Updated
Sep 12, 2019 - CSS
-
Updated
Mar 11, 2019 - Kotlin
Arduino issue #7321 highlights a problem with the fonts being corrupted in inactive tabs following a font size change. If an inactive tab hasn't been opened, the font scaling is applied; if it has been previously opened, the font scaling isn't applied correctly.
@facchinm describes the problem [here](arduino/Arduino#7
Improve this page
Add a description, image, and links to the syntax-highlighting topic page so that developers can more easily learn about it.
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."
As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate
bat
withcolor-backtrace
/color-spantrace
andeyre
. To do this I need bat to write to astd::fmt::Formatter
and return afmt::Result
instead of printing tostdout
(i assume?) and returning abat::error::Error
.So assuming I'm not misreading the docs...
Proposal