AndydeCleyre / colorcodebot

A simple Telegram bot for syntax highlighting
Do What The F*ck You Want To Public License
45 stars 6 forks source link

Investigate utility of using highlight's language server integration #22

Closed AndydeCleyre closed 1 year ago

AndydeCleyre commented 3 years ago
  LANGUAGE SERVER OPTIONS
         --ls-profile=<server>
                load LSP configuration from lsp.conf

         --ls-delay=<ms>
                set server initialization delay in milliseconds

         --ls-exec=<bin>
                set server executable name

         --ls-option=<option>
                set server CLI option (can be repeated)

         --ls-hover
                execute hover requests (HTML output only)

         --ls-semantic
                query server for semantic token types (requires LSP 3.16)

         --ls-syntax=<lang>
                set syntax which is understood by the server

         --ls-syntax-error
                retrieve syntax error information (assumes --ls-hover or --ls-semantic)

         --ls-workspace=<dir>
                set workspace directory to initialize the server
AndydeCleyre commented 1 year ago

This bot is more about using Silicon to generate images, now, so I'm closing this. I may even drop the HTML generation...