Skip to content

Commit

Permalink
Merge pull request #60 from johnstonskj/master
Browse files Browse the repository at this point in the history
Add support for SDML modeling language
  • Loading branch information
casouri authored Oct 24, 2024
2 parents 1fb97c3 + 5bd355b commit b541402
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 @@ -48,6 +48,7 @@ languages=(
'rust'
'scala'
'scss'
'sdml'
'souffle'
'sql'
'surface'
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ case "${lang}" in
"scss")
org="tree-sitter-grammars"
;;
"sdml")
org="sdm-lang"
;;
"souffle")
org="chaosite"
;;
Expand Down

0 comments on commit b541402

Please sign in to comment.