-
Updated
Nov 20, 2021 - Python
syntax-highlighting
Here are 1,814 public repositories matching this topic...
Describe the issue
Placing a quotation mark inside of single quotes thats escaped, '\"'
Which language seems to have the issue?
haskell
Are you using highlight
or highlightAuto
?
Unsure, it's in discord, im assuming highlight
...
Sample Code to Reproduce
char '\"' etc etc
Expected behavior
char '\"' etc etc
*Additional context
Installed using the "Using packages" install how-to section for Ubuntu, but syntax highlighting does not work. .zshrc file obviously does not have sourcing information, and after trying all of the "source" lines from the INSTALL.md, it still doesn't work. clearly zsh-syntax-highlighting is installed somewhere different than the git installations, and those source lines won't work for the Ubuntu re
-
Updated
Nov 15, 2021 - Python
Language name
ROS (Robot Operating System) message files (rosmsg). This is 3 file types with basically the same language where msg
files have just a single section whereas srv
and action
files have 2 and 3 sections
-
Updated
Aug 23, 2021 - CSS
-
Updated
Sep 9, 2021 - Python
-
Updated
Nov 9, 2021 - Python
-
Updated
Sep 10, 2021 - 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
Jul 29, 2021 - Python
-
Updated
May 24, 2021 - JavaScript
-
Updated
Nov 14, 2021 - Ruby
-
Updated
Feb 10, 2021 - C#
-
Updated
Oct 13, 2021 - Lua
-
Updated
Nov 5, 2021 - TypeScript
-
Updated
Nov 21, 2021 - C++
-
Updated
Oct 1, 2021 - Vim script
-
Updated
Oct 29, 2021 - TypeScript
-
Updated
Oct 28, 2021 - Python
-
Updated
Jun 14, 2021 - Swift
- 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
Aug 17, 2021 - Swift
-
Updated
Nov 22, 2021 - Rust
-
Updated
Jul 13, 2021 - Less
-
Updated
Sep 10, 2021 - C++
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."
Describe the bug you encountered:
If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program