🚧 Added HTTP language parser

This commit is contained in:
2025-10-31 19:39:44 +08:00
parent 61a23fe7f2
commit 8ac78e39f1
18 changed files with 1200 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
export { http, httpLanguage, httpHighlighting } from './http-language';
export { parser } from './http.grammar.js';