-
Updated
Feb 9, 2022 - Python
syntax-highlighting
Here are 1,891 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
% tests/generate.zsh '{ a=42 }' main block-assignment-no-command
Set copyright year to 2022? y
BUFFER=$'{ a=42 }'
expected_region_highlight=(
'1 1 reserved-word' # {
'3 6 assign' # a=42
'5 6 default' # 42
'8 8 unknown-token' # }
)That's a valid command so the final } should be a reserved-word.
-
Updated
Jan 21, 2022 - Python
Persian
Language name
URL of example repository
URL of syntax highlighting grammar
Most popular extensions
Detected language
-
Updated
Feb 3, 2022 - CSS
-
Updated
Feb 9, 2022 - Python
-
Updated
Dec 28, 2021 - Python
What's the Problem?
The automated build does not run the Unit Tests.
Solution/Idea
Change the Azure Pipelines to automaticly run the Unit Tests on every build.
Alternatives
(remove the tests ;))
Priorities
| Capability | Priority |
|---|---|
| This proposal will allow developers to use a better DevToys | Must |
DevToys Version
No response
Comm
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
Oct 19, 2021 - CSS
-
Updated
Jan 9, 2022 - Python
-
Updated
May 24, 2021 - JavaScript
-
Updated
Feb 9, 2022 - Ruby
-
Updated
Feb 10, 2021 - C#
-
Updated
Feb 9, 2022 - C++
-
Updated
Nov 5, 2021 - TypeScript
-
Updated
Feb 6, 2022 - Lua
-
Updated
Jan 25, 2022 - Vim script
-
Updated
Jan 30, 2022 - TypeScript
-
Updated
Oct 28, 2021 - Python
- 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
Jun 14, 2021 - Swift
-
Updated
Jan 31, 2022 - JavaScript
Add support C#
Please add C# syntax support.
-
Updated
Jan 9, 2022 - Swift
-
Updated
Jan 31, 2022 - Rust
-
Updated
Feb 8, 2022 - 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."
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