Skip to content

Commit 260d6be

Browse files
committed
Add Pager commands and syntax highlighting
Introduce a new pager command set (src/commands/pager.ts and built out files) with completion items and inline Markdown docs, and register PAGER_COMMANDS in the extension command groups. Update the grammar (duckyscript.tmLanguage.json) to include a pagerCommands pattern and add theme entries for the pager scope in both dark and light themes.
1 parent 46b1eaf commit 260d6be

File tree

11 files changed

+244
-3
lines changed

11 files changed

+244
-3
lines changed

out/commands/pager.js

Lines changed: 102 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/commands/pager.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/cpanel/code_panel_view_provider.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/extension.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)