mirror of
https://github.com/rabirabirara/obsidian-jelly-snippets.git
synced 2026-07-22 07:30:22 +00:00
feat: basic symbol enum
This commit is contained in:
parent
86ba8bfade
commit
18e4c2e28f
1 changed files with 7 additions and 0 deletions
7
symbol.ts
Normal file
7
symbol.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export const enum Symbol {
|
||||
// on parse
|
||||
Newline = "\\nl\\",
|
||||
Tab = "\\tab\\",
|
||||
// on replace
|
||||
CursorEnd = "\\end\\",
|
||||
}
|
||||
Loading…
Reference in a new issue