Skip to content

Commit

Permalink
TextMate constants
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 24, 2024
1 parent 13d202d commit d2ad242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ThemePark/TextMateTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ extension TextMateTheme: Styling {
return resolveScope("variable")
case .syntax(.identifier(.type)):
return resolveScope("entity")
case .syntax(.identifier(.constant)):
return resolveScope("constant")
case .editor(.accessoryForeground):
let color = fallbackForegroundColor

Expand Down

0 comments on commit d2ad242

Please sign in to comment.