Table alignment for Emacs and Sublime Text (from dev 66442bdd4d5d)

This commit is contained in:
2026-07-27 01:21:58 +02:00
parent ac0e875fa8
commit 11dd90a724
6 changed files with 954 additions and 5 deletions

View File

@@ -28,5 +28,12 @@
"context": [
{ "key": "selector", "operator": "equal", "operand": "text.klammertext" }
]
},
{
"keys": ["ctrl+alt+a"],
"command": "klammertext_align_table",
"context": [
{ "key": "selector", "operator": "equal", "operand": "text.klammertext" }
]
}
]