Skip to content

Commit

Permalink
Support Textile as Markdown (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed Feb 12, 2022
1 parent dda9a81 commit cebc3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Parsing.Documents.fs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ let mutable languages = [
lang "Swift" "" ".swift"
java
lang "Tcl" "" ".tcl" <| configFile
lang "Textile" "" ".textile" <| docOf markdown
lang "TOML" "" ".toml" <| configFile
lang "TypeScript" "typescriptreact" ".ts|.tsx"
java
Expand Down

0 comments on commit cebc3c6

Please sign in to comment.