Skip to content

Commit dae2027

Browse files
committed
feat: Add COBOL support
1 parent d9dbb24 commit dae2027

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/update-grammars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- c-sharp
3030
- clojure
3131
- cmake
32+
- cobol
3233
- comment
3334
- commonlisp
3435
- cpp

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,3 +637,9 @@
637637
update = none
638638
ignore = dirty
639639
branch = main
640+
[submodule "repos/cobol"]
641+
path = repos/cobol
642+
url = https://github.com/yutaro-sakamoto/tree-sitter-cobol
643+
update = none
644+
ignore = dirty
645+
branch = main

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Add `COBOL` support
45

56
## 0.12.345 - 2025-12-24
67

repos/cobol

Submodule cobol added at e99dbdc

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ See `tree-sitter-langs-repos'."
115115
(c-mode . c)
116116
(caml-mode . ocaml)
117117
(clojure-mode . clojure)
118+
(cobol-mode . cobol)
118119
(lisp-mode . commonlisp)
119120
(lisp-interaction-mode . commonlisp)
120121
(csharp-mode . c-sharp)

0 commit comments

Comments
 (0)