summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/modules/include/b.slang
Commit message (Collapse)AuthorAge
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* 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>