mirror of
https://github.com/github/semantic.git
synced 2024-12-01 17:59:10 +03:00
Alphabetize.
This commit is contained in:
parent
2e9213bfda
commit
0307f7e536
@ -36,8 +36,8 @@ module Parsing.Parser
|
||||
, pythonParserPrecise'
|
||||
, pythonParser'
|
||||
, rubyParser'
|
||||
, typescriptParser'
|
||||
, tsxParser'
|
||||
, typescriptParser'
|
||||
) where
|
||||
|
||||
import Assigning.Assignment
|
||||
@ -244,8 +244,8 @@ pythonParser' modes = case pythonMode modes of
|
||||
rubyParser' :: c (Term (Sum Ruby.Syntax)) => (Language, SomeParser c Loc)
|
||||
rubyParser' = (Ruby, SomeParser rubyParser)
|
||||
|
||||
typescriptParser' :: c (Term (Sum TypeScript.Syntax)) => (Language, SomeParser c Loc)
|
||||
typescriptParser' = (TypeScript, SomeParser typescriptParser)
|
||||
|
||||
tsxParser' :: c (Term (Sum TSX.Syntax)) => (Language, SomeParser c Loc)
|
||||
tsxParser' = (TSX, SomeParser tsxParser)
|
||||
|
||||
typescriptParser' :: c (Term (Sum TypeScript.Syntax)) => (Language, SomeParser c Loc)
|
||||
typescriptParser' = (TypeScript, SomeParser typescriptParser)
|
||||
|
Loading…
Reference in New Issue
Block a user