mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
Use a Kind instead of Text in Tag.
This commit is contained in:
parent
5b8ff5d50b
commit
d9efe629ad
@ -17,7 +17,7 @@ import qualified TreeSitter.Python.AST as Python
|
||||
|
||||
data Tag = Tag
|
||||
{ name :: Text
|
||||
, kind :: Text
|
||||
, kind :: Kind
|
||||
, span :: Span
|
||||
, context :: [Text]
|
||||
, line :: Maybe Text
|
||||
|
Loading…
Reference in New Issue
Block a user