Merge pull request #980 from pulsar-edit/org-is-not-clojure

[language-clojure] Stop detecting `.org` files as `language-clojure`
This commit is contained in:
confused_techie 2024-04-18 19:55:10 -07:00 committed by GitHub
commit c2af92f0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
'cljx' 'cljx'
'clojure' 'clojure'
'edn' 'edn'
'org'
'joke' 'joke'
'joker' 'joker'
] ]

View File

@ -13,7 +13,6 @@ parser: 'tree-sitter-clojure'
'cljs.hl' 'cljs.hl'
'cljx' 'cljx'
'clojure' 'clojure'
'org'
'bb' 'bb'
'joke' 'joke'
'joker' 'joker'