neorg icon indicating copy to clipboard operation
neorg copied to clipboard

inline code syntax highlighting

Open aabbccddeeffggj opened this issue 5 months ago • 3 comments

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

aabbccddeeffggj avatar Aug 29 '24 22:08 aabbccddeeffggj