summaryrefslogtreecommitdiff
path: root/tests/language-feature/modules/include/c.slang
AgeCommit message (Collapse)Author
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
* Support `include` for pulling file into the current module. * Add auto-completion, hover info and goto-def support. * Disable warning for missing `module` declaration for now. --------- Co-authored-by: Yong He <yhe@nvidia.com>