You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-alphabetic characters do not have their control-character highlighted. This is the case with
CTRL+[
CTRL+@
CTRL+^
CTRL+]
CTRL+\
CTRL+-
The following section of the code is where the pattern would need to be adjusted, and I am uncertain if the implementation in charmbracelet/vhs currently supports inputting these six control-codes via the CTRL+<KEY> syntax.
The text was updated successfully, but these errors were encountered:
austintraver
changed the title
Some control characters are missing syntax highlighting
Non-alphabetic control characters are missing syntax highlighting
Dec 4, 2022
Non-alphabetic characters do not have their control-character highlighted. This is the case with
CTRL+[
CTRL+@
CTRL+^
CTRL+]
CTRL+\
CTRL+-
The following section of the code is where the pattern would need to be adjusted, and I am uncertain if the implementation in
charmbracelet/vhs
currently supports inputting these six control-codes via theCTRL+<KEY>
syntax.tree-sitter-vhs/src/grammar.json
Lines 89 to 92 in 8a0df32
The text was updated successfully, but these errors were encountered: