neorg
neorg copied to clipboard
inline code syntax highlighting
Issues
- [X] I have checked existing issues and there are no existing ones with the same request.
Feature description
1 - On a .norg file:
- example of initializing a variable:
@inline(cpp) int two{2};
concealing...
• example of initializing a variable
int two{2};
2 - Being able to define aliases for these statements would be interesting:
/alias("@inline(cpp)", "cpp")
- example of initializing a variable
cpp int two{2};
concealing...
• example of initializing a variable
int two{2};
Help
No
Implementation help
No response