Skip to content

Commit

Permalink
[61_17] Julia: fix Apostrophe greys out code
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution! -->
## What

## Why

## How to test your changes?
  • Loading branch information
da-liii authored Nov 17, 2024
1 parent 9b31ac7 commit b553730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TeXmacs/plugins/julia/progs/code/julia-lang.scm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
(bool_features
"hex_with_8_bits" "hex_with_16_bits"
"hex_with_32_bits" "octal_upto_3_digits")
(escape_sequences "\\" "\"" "'" "a" "b" "f" "n" "r" "t" "v" "newline")))
(escape_sequences "\\" "\"" "'" "a" "b" "f" "n" "r" "t" "v" "newline")
(pairs "\"")))

(tm-define (parser-feature lan key)
(:require (and (== lan "julia") (== key "comment")))
Expand Down

0 comments on commit b553730

Please sign in to comment.