code-hike / codehike

Marvellous code walkthroughs
https://codehike.org
MIT License
4.39k stars 135 forks source link

From Annotation works only with python files #292

Closed SanderCokart closed 1 year ago

SanderCokart commented 1 year ago

So I am using the From annotation on ts, js, cs, jsx, go and other files but only py files seem to work. It doesn't import anything else.

example: ```cs index.cs # from ./test.cs ```

/pages/test.cs content: This is a file

output: # from ./test.cs

expected output: This is a file

SanderCokart commented 1 year ago

forgot to use comments