Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>BLOG Bayesian Logic Language SupportNew to Visual Studio Code? Get it now.
BLOG Bayesian Logic Language Support

BLOG Bayesian Logic Language Support

TanmaySingh97

| (0) | Free
Syntax highlighting and language server for the Bayesian Logic (BLOG) probabilistic programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BLOG language support

VS Code language pack for the BLOG (Bayesian Logic) language.

Features

  • TextMate grammar for BLOG
  • Language configuration (comments, brackets, indentation)
  • Snippets for common statements
  • Minimal LSP (hover + diagnostics; missing semicolons / brace balance)
  • Markdown/LaTeX fenced code-block injection (```blog)

Quick start

npm install -w client -w server
npm run compile
# Press F5 in VS Code to launch Extension Development Host

Packaging

npm i -g @vscode/vsce
vsce package
code --install-extension blog-syntax-0.2.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft