1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Merge branch 'master' into fix-permutation-diffs

This commit is contained in:
Rob Rix 2017-10-27 10:38:38 -04:00 committed by GitHub
commit 975a663f1b
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ someParser _ Python = Just (SomeParser pythonParser)
someParser _ Ruby = Just (SomeParser rubyParser)
someParser _ TypeScript = Just (SomeParser typescriptParser)
-- | Return a 'Language'-specific 'Parser', if one exists, falling back to the 'LineByLineParser'.
-- | Return a 'Language'-specific 'Parser', if one exists.
syntaxParserForLanguage :: Language -> Maybe (Parser (Term Syntax (Record DefaultFields)))
syntaxParserForLanguage language = case language of
Go -> Just (TreeSitterParser tree_sitter_go)

2
vendor/effects vendored

@ -1 +1 @@
Subproject commit a1351b26a557cec1f7a87d5f6563189329f4f450
Subproject commit 82de1945a13e7c9b14c6eae00425869e6ba1efd2