Logo
Explore Help
Sign In
ack/klammertext
1
0
Fork 0
You've already forked klammertext
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f855c5ccae938ed0121b136622c418c9d4d9fcab
klammertext/doc/edit/vscode/language-configuration.json

12 lines
195 B
JSON
Raw Normal View History

Editor support generalized: shared core, language server, Vim and VS Code (from dev eb5baf9cbe59) doc/edit/ now holds a shared Python implementation of the language's structural layer (klammertext_edit.py) and a dependency-free language server (klammertext_ls.py), with integrations for Emacs, Sublime Text, Vim, and Visual Studio Code. The editor test suite in tst/ covers the core's API and CLI, the language server protocol, the VS Code extension, headless Vim, and Emacs byte-equality. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 15:01:49 +02:00
{
"comments": {
"lineComment": "#",
"blockComment": ["#[", "]#"]
},
"brackets": [
["#[", "]#"]
],
"autoClosingPairs": [],
"surroundingPairs": []
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API