1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

18349 Commits

Author SHA1 Message Date
joshvera
962f46b86e Remove children from shellCommandExpression 2018-02-06 11:17:25 -05:00
joshvera
20de09fafd ++haskell-tree-sitter 2018-02-05 17:43:34 -05:00
joshvera
e2740fd889 ++haskell-tree-sitter 2018-02-05 17:32:25 -05:00
joshvera
17ce44f4f7 forStatement contains list of statements 2018-02-05 17:32:25 -05:00
joshvera
66e0321af4 ++haskell-tree-sitter 2018-02-05 17:32:25 -05:00
Josh Vera
88b8c64df5 Merge branch 'master' into php-assignment 2018-02-05 17:02:35 -05:00
joshvera
5380d66d4e ++haskell-tree-sitter 2018-02-05 16:59:52 -05:00
joshvera
f347bf358d Add declare directive 2018-02-05 16:49:24 -05:00
joshvera
4a8c890f69 ++haskell-tree-sitter 2018-02-05 14:36:45 -05:00
joshvera
680861f9c2 Don't require statements in foreach 2018-02-05 14:10:28 -05:00
joshvera
3a1026a7f1 Add modulo to augmented assignment 2018-02-05 14:02:55 -05:00
joshvera
67ae578287 ++haskell-tree-sitter 2018-02-05 13:57:39 -05:00
joshvera
d502888f86 Simplify foreach and textInterpolation 2018-02-05 13:51:03 -05:00
joshvera
73bab84380 Allow many statements in else if clauses 2018-02-05 13:40:15 -05:00
joshvera
1ae07e4683 Allow many statements in else clauses 2018-02-05 13:39:09 -05:00
joshvera
2f648e9654 Allow no terms in if statements 2018-02-05 13:33:41 -05:00
joshvera
959fe7ed4d allow many static variable declarations 2018-02-05 12:35:28 -05:00
joshvera
d0631f5b59 ++haskell-tree-sitter 2018-02-05 12:23:19 -05:00
joshvera
d70544c3a1 Fix up trait use clauses 2018-01-30 16:52:08 -05:00
joshvera
099ebb600a ++haskell-tree-sitter 2018-01-30 16:43:55 -05:00
Timothy Clem
475d222cb5 Fix up python tests after changing to support ImportSymbol 2018-01-30 13:14:50 -08:00
Timothy Clem
bfdf50b67a Parse out ImportSymbols for Python 2018-01-30 12:39:10 -08:00
Timothy Clem
9e977ebb71 Only parse out alias from basename for a couple of languages 2018-01-30 12:38:57 -08:00
Timothy Clem
a63c3a940a Remove duplicate syntax from this list 2018-01-30 12:38:37 -08:00
joshvera
96a5d9fa10 ++haskell-tree-sitter 2018-01-30 12:25:06 -05:00
joshvera
a917f09873 Add CastExpression' symbol 2018-01-30 12:12:46 -05:00
joshvera
3617389fbb ++haskell-tree-sitter 2018-01-30 11:48:27 -05:00
joshvera
fb539cb50d assign heredocs 2018-01-26 18:38:32 -05:00
joshvera
b5edc69901 ++haskell-tree-sitter 2018-01-26 18:22:25 -05:00
joshvera
b5c3ffb535 ++haskell-tree-sitter 2018-01-26 18:14:28 -05:00
joshvera
9e019f9673 ++haskell-tree-sitter 2018-01-26 18:10:55 -05:00
Timothy Clem
28882d022b Still renaming things 2018-01-26 14:58:03 -08:00
Timothy Clem
be33451563 Special Ruby handling for now 2018-01-26 13:55:44 -08:00
Timothy Clem
35b4776b50 Refine how import aliases are calculated 2018-01-26 13:52:53 -08:00
Timothy Clem
d556408898 Revert "Do language specific formatting in renderer"
This reverts commit 562a9d2321376ba51f4e079ddaffa7e5e9390c85.
2018-01-26 13:33:54 -08:00
Timothy Clem
bea7b35530 Include specific symbols imported 2018-01-26 13:27:31 -08:00
Timothy Clem
4bf7fc5ced Do language specific formatting in renderer 2018-01-26 12:55:49 -08:00
Timothy Clem
f8d7bdf7d1 Merge branch 'master' into import-graph 2018-01-26 11:13:17 -08:00
Timothy Clem
2032dbac31 Change up declaration analysis to prj and match specific syntaxes
🎩 @robrix for helping me sort out the types here.
2018-01-26 10:36:20 -08:00
Timothy Clem
7a8413062e Spell language correctly 2018-01-26 10:35:12 -08:00
joshvera
6543aa3ce7 Add term to If expression 2018-01-25 20:25:35 -05:00
joshvera
99000bf852 Allow emptyTerm in exit intrinsic 2018-01-25 20:25:25 -05:00
joshvera
ffb4cba32e Contextualize text as well 2018-01-25 20:25:11 -05:00
joshvera
baf28ff73e sprinkle some terms 2018-01-25 20:02:21 -05:00
joshvera
e86ab5a0a8 Allow list in pair 2018-01-25 19:44:37 -05:00
joshvera
0af417ead7 isset takes a list of variables 2018-01-25 19:40:13 -05:00
joshvera
812e71f3c9 Update trait use clause 2018-01-25 19:14:14 -05:00
joshvera
e2564f7009 ++haskell-tree-sitter 2018-01-25 19:13:27 -05:00
joshvera
7f9b397ede Add term to augmentedAssignmentExpression and add MinusEqual 2018-01-25 18:55:28 -05:00
joshvera
0a1cbef254 treat TextInterpolation as Text 2018-01-25 18:40:24 -05:00