mirror of
https://github.com/github/semantic.git
synced 2025-01-07 07:58:12 +03:00
Fill out rest of languages, little bit of cleanup
This commit is contained in:
parent
e316385e1e
commit
d80098615d
@ -16,14 +16,13 @@ import Data.List.Split (splitWhen)
|
|||||||
import Data.Location
|
import Data.Location
|
||||||
import Data.Term
|
import Data.Term
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
|
import Proto3.Suite
|
||||||
|
import qualified Proto3.Suite.DotProto as Proto
|
||||||
|
import qualified Proto3.Wire.Decode as Decode
|
||||||
|
import qualified Proto3.Wire.Encode as Encode
|
||||||
import Tags.Taggable
|
import Tags.Taggable
|
||||||
import Tags.Tagging
|
import Tags.Tagging
|
||||||
|
|
||||||
import Proto3.Suite
|
|
||||||
import qualified Proto3.Suite.DotProto as Proto
|
|
||||||
import qualified Proto3.Wire.Encode as Encode
|
|
||||||
import qualified Proto3.Wire.Decode as Decode
|
|
||||||
|
|
||||||
|
|
||||||
-- | Render a 'Term' to a list of symbols (See 'Symbol').
|
-- | Render a 'Term' to a list of symbols (See 'Symbol').
|
||||||
renderToSymbols :: (IsTaggable f) => SymbolFields -> Blob -> Term f Location -> [File]
|
renderToSymbols :: (IsTaggable f) => SymbolFields -> Blob -> Term f Location -> [File]
|
||||||
|
Loading…
Reference in New Issue
Block a user