mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
* Add samples and definition for GN build files * Add grammar to provide GN syntax highlighting * Fix failing tests * Add Python extensions for GYP includes and .gclient configs
10 lines
171 B
Python
10 lines
171 B
Python
solutions = [
|
|
{
|
|
"url": "https://chromium.googlesource.com/v8/v8.git",
|
|
"managed": False,
|
|
"name": "v8",
|
|
"deps_file": "DEPS",
|
|
"custom_deps": {},
|
|
},
|
|
]
|