File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DataKinds #-}
2
2
{-# LANGUAGE DeriveGeneric #-}
3
3
{-# LANGUAGE DerivingVia #-}
4
+ {-# LANGUAGE FlexibleInstances #-}
4
5
{-# LANGUAGE GADTs #-}
5
6
{-# LANGUAGE ImportQualifiedPost #-}
6
7
{-# LANGUAGE InstanceSigs #-}
7
8
{-# LANGUAGE OverloadedLabels #-}
8
9
{-# LANGUAGE OverloadedStrings #-}
9
- {-# LANGUAGE RecordWildCards #-}
10
- {-# LANGUAGE StrictData #-}
11
- {-# LANGUAGE TypeFamilies #-}
12
- {-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
13
- {-# LANGUAGE FlexibleInstances #-}
14
10
{-# LANGUAGE RankNTypes #-}
11
+ {-# LANGUAGE RecordWildCards #-}
15
12
{-# LANGUAGE StandaloneDeriving #-}
13
+ {-# LANGUAGE StrictData #-}
16
14
{-# LANGUAGE TemplateHaskell #-}
15
+ {-# LANGUAGE TypeFamilies #-}
17
16
18
17
module Ide.Plugin.SemanticTokens.Types where
19
18
You can’t perform that action at this time.
0 commit comments