Skip to content

Commit

Permalink
Add heuristic for Babashka Clojure dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
not-in-stock committed Jun 8, 2022
1 parent b4dbac5 commit e4ff62e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/linguist/heuristics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ disambiguations:
pattern: '(<^\s*; |End Function)'
- language: BitBake
pattern: '^\s*(# |include|require)\b'
- language: Clojure
pattern: '\((def|defn|defmacro\let)\s'
- extensions: ['.bi']
rules:
- language: FreeBasic
Expand Down

0 comments on commit e4ff62e

Please sign in to comment.