1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

rename typescript file because case sensitive file systems

This commit is contained in:
joshvera 2017-03-28 16:31:33 -04:00
parent 3fcd356eaf
commit a4220b0129

View File

@ -1,6 +1,6 @@
module Text.Parser.TreeSitter.TypeScript where module Text.Parser.TreeSitter.TypeScript where
import Text.Parser.TreeSitter
import Foreign.Ptr import Foreign.Ptr
import Text.Parser.TreeSitter
foreign import ccall "vendor/tree-sitter-typescript/src/parser.c tree_sitter_typescript" tree_sitter_typescript :: Ptr Language foreign import ccall "vendor/tree-sitter-typescript/src/parser.c tree_sitter_typescript" tree_sitter_typescript :: Ptr Language