Skip to content

Commit

Permalink
Merge pull request #61 from domschl/master
Browse files Browse the repository at this point in the history
Add support for C3 lang grammar
  • Loading branch information
casouri authored Oct 28, 2024
2 parents b541402 + ab6e3a9 commit fa87f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ languages=(
'bash'
'bison'
'c'
'c3'
'c-sharp'
'clojure'
'cmake'
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ case "${lang}" in
site="https://gitlab.com"
org="btuin2"
;;
"c3")
org="c3lang"
;;
"clojure")
org="sogaiu"
;;
Expand Down

0 comments on commit fa87f81

Please sign in to comment.