Skip to content

Commit

Permalink
Fix highlighting of comments
Browse files Browse the repository at this point in the history
Ref. #243
  • Loading branch information
Alexander Senier committed Jun 13, 2020
1 parent 3729150 commit add8f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ide/gnatstudio/recordflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
hl.register_highlighter(
language="recordflux",
spec=(
hl.simple(r"--[^\n]*", tag=hl.tag_comment),
type_region,
hl.simple(r"\b'First", tag=tag_aspect),
hl.simple(r"\b'Last", tag=tag_aspect),
Expand Down

0 comments on commit add8f51

Please sign in to comment.