mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-15 18:06:20 -04:00
5 lines
95 B
C++
5 lines
95 B
C++
#include "spec_helper.h"
|
|
|
|
string src_dir() {
|
|
return string(getenv("TREESITTER_SRC_DIR"));
|
|
} |