summaryrefslogtreecommitdiffstats
path: root/vendored_parsers/tree-sitter-cmake/bindings/swift/TreeSitterCmake/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendored_parsers/tree-sitter-cmake/bindings/swift/TreeSitterCmake/cmake.h')
-rw-r--r--vendored_parsers/tree-sitter-cmake/bindings/swift/TreeSitterCmake/cmake.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendored_parsers/tree-sitter-cmake/bindings/swift/TreeSitterCmake/cmake.h b/vendored_parsers/tree-sitter-cmake/bindings/swift/TreeSitterCmake/cmake.h
new file mode 100644
index 000000000..b7d7d2d12
--- /dev/null
+++ b/vendored_parsers/tree-sitter-cmake/bindings/swift/TreeSitterCmake/cmake.h
@@ -0,0 +1,16 @@
+#ifndef TREE_SITTER_CMAKE_H_
+#define TREE_SITTER_CMAKE_H_
+
+typedef struct TSLanguage TSLanguage;
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+const TSLanguage *tree_sitter_cmake(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // TREE_SITTER_CMAKE_H_