syntax-highlighting
Here are 1,644 public repositories matching this topic...
-
Updated
May 12, 2021 - Python
Getting access to the types in my main source. My source is all JS, it exports no types... all the type exports are ambient modules.
I’m proposing the inverse: define your types in your code.
I dunno what that means? You mean declare them in highlight.js itself and then export them, import them into index.d.ts and then reexport them? I'm not sure I know how to do that if that's possible
- https://openports.se/shells/zsh-syntax-highlighting
- http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/shells/zsh-syntax-highlighting/
- Might as well link to https://repology.org/project/zsh-syntax-highlighting/versions so people can quickly check whether their distro's covered or not
- Consider adding repology badges (see https://github.com/zsh-users/zsh-syntax-highlighting/issues
-
Updated
May 9, 2021 - Python
Language name
URL of example repository
Highlighted examples are here and in the sub pages of the [algorithms](http://seed7.sou
-
Updated
Apr 26, 2021 - CSS
-
Updated
Apr 5, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Nov 24, 2020 - JavaScript
I use Nord everything, vim, vs code, terminal... you name it. I love this theme. I use the tui launcher on my phone and try as I might I am not so good at making it Nordified correctly.
Anyone in here think they could help?
https://github.com/Andre1299/TUI-ConsoleLauncher/wiki/Customize-T_UI
-
Updated
Jan 28, 2021 - C#
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
May 9, 2021 - Ruby
-
Updated
Feb 10, 2021 - C#
-
Updated
Mar 13, 2021 - Lua
-
Updated
May 12, 2021 - C++
-
Updated
Apr 9, 2021 - Python
-
Updated
May 10, 2021 - Vim script
-
Updated
May 10, 2021 - TypeScript
-
Updated
Apr 6, 2021 - Swift
-
Updated
May 4, 2021 - TypeScript
- 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
Mar 20, 2021 - JavaScript
Add support C#
Please add C# syntax support.
-
Updated
Apr 22, 2021 - Swift
-
Updated
Apr 22, 2021 - Rust
-
Updated
Nov 1, 2020 - Less
-
Updated
Jan 19, 2021 - Python
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."
It would be great to make use of the new syntect API to detect when a syntax definition has some context references (specifically push/set targets - missing includes are not such a problem and can be just treated as warnings) which couldn't be linked/resolved and fail the CI build. sharkdp/bat#915 (comment)