Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Did you used the command doom sync from terminal to install? what errors do you have? Commented Jul 23, 2022 at 7:57
  • Yes, I've used doom sync (also tried with the -u flag, which updates the packages as well). I can see it interacts with my files (both local and from my github repo) and there are no errors. However, when I open up a .razor file, the syntax highlighting doesn't work and the blazor-mode function is not there. The doom doctor command also doesn't appear to spot any problems with my code Commented Jul 25, 2022 at 13:49
  • Did you added a simple line (use-package blazor-mode) to your ~/.doom.d/config file? Commented Jul 26, 2022 at 12:30