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
2eb16791d2ca79b56f39860fd79748acfdcd8755
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: 20ms 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