Skip to content

Commit

Permalink
Fix some Haskell syntax styling definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
bceskavich committed Aug 4, 2019
1 parent c0404e1 commit cff5fe2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/settings/tokens/languages/haskell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ function pragmas({ misc }: Colors): TokenSettings {
function resets({ base }: Colors): TokenSettings {
return {
name: 'Haskell foreground resets',
scope: [
'punctuation.section.embedded.begin.tsx',
'punctuation.section.embedded.end.tsx',
'punctuation.section.embedded.begin.jsx',
'punctuation.section.embedded.end.jsx',
'punctuation.separator.list.comma.css',
'constant.language.empty-list.haskell'
],
scope: ['constant.language.empty-list.haskell'],
settings: {
foreground: base.fg
}
Expand Down

0 comments on commit cff5fe2

Please sign in to comment.