chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT license.
|
||||
|
||||
from tree_sitter import Language, Parser
|
||||
|
||||
Language.build_library(
|
||||
# Store the library in the `build` directory
|
||||
'my-languages.so',
|
||||
|
||||
# Include one or more languages
|
||||
[ 'tree-sitter-python',
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user