This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
forked from rouge-ruby/rouge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of data structure literals in PowerShell lexer (roug…
…e-ruby#1595) The PowerShell lexer includes a hash table state as a special case and is not tested on more complex tables (e.g. including comments and code). This commit factors out the hash table state into a more generic `:expr` state that can handle more complex structures. This commit also reduces the overall level of highlighting. This improves the visibility of the more important syntax.
- Loading branch information
Showing
2 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters