1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/.gitmodules

25 lines
924 B
Plaintext
Raw Normal View History

[submodule "vendor/tree-sitter-parsers"]
path = vendor/tree-sitter-parsers
2016-01-07 23:31:19 +03:00
url = git@github.com:github/tree-sitter-parsers.git
2015-12-29 23:15:16 +03:00
[submodule "vendor/text-icu"]
path = vendor/text-icu
url = https://github.com/joshvera/text-icu
2016-01-06 18:57:55 +03:00
[submodule "vendor/gitlib"]
path = vendor/gitlib
2016-02-03 03:27:03 +03:00
url = https://github.com/joshvera/gitlib
2016-04-22 00:49:50 +03:00
[submodule "test/repos/jquery"]
path = test/repos/jquery
url = https://github.com/jquery/jquery
2016-06-10 20:26:37 +03:00
[submodule "test/repos/js-test"]
path = test/repos/js-test
url = https://github.com/rewinfrey/js-test.git
2016-06-29 17:50:07 +03:00
[submodule "test/repos/backbone"]
path = test/repos/backbone
url = https://github.com/jashkenas/backbone
2016-10-06 03:16:59 +03:00
[submodule "test/corpus/repos/javascript"]
path = test/corpus/repos/javascript
url = https://github.com/rewinfrey/javascript
[submodule "vendor/hspec-expectations-pretty-diff"]
path = vendor/hspec-expectations-pretty-diff
url = https://github.com/rewinfrey/hspec-expectations-pretty-diff