mirror of
https://github.com/github/semantic.git
synced 2025-01-02 12:23:08 +03:00
Export the default term assignment.
This commit is contained in:
parent
c1e82f9b37
commit
8dbf54bcca
@ -1,5 +1,8 @@
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module TreeSitter (treeSitterParser) where
|
||||
module TreeSitter
|
||||
( treeSitterParser
|
||||
, defaultTermAssignment
|
||||
) where
|
||||
|
||||
import Prologue hiding (Constructor)
|
||||
import Category
|
||||
|
Loading…
Reference in New Issue
Block a user