mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
🔥 the default definitions for Taggable since they’d always be wrong.
This commit is contained in:
parent
586db55ab3
commit
4fe75d87a4
@ -69,13 +69,10 @@ class Taggable constr where
|
||||
, HasTextElement syntax
|
||||
)
|
||||
=> Language -> constr (Term syntax Location) -> Maybe Range
|
||||
docsLiteral _ _ = Nothing
|
||||
|
||||
snippet :: Foldable syntax => Location -> constr (Term syntax Location) -> Maybe Range
|
||||
snippet _ _ = Nothing
|
||||
|
||||
symbolName :: Declarations1 syntax => constr (Term syntax Location) -> Maybe Name
|
||||
symbolName _ = Nothing
|
||||
|
||||
data Strategy = Default | Custom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user