Skip to content

Commit

Permalink
feat: add Robot Framework support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbernius committed Oct 10, 2024
1 parent 571a720 commit f0a6088
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fmt/src/document/defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,18 @@ headerType = "SCRIPT_STYLE"
extension = true
filename = false

[ROBOT_FRAMEWORK]
pattern = "robot"
headerType = "SCRIPT_STYLE"
extension = true
filename = false

[ROBOT_FRAMEWORK_RESOURCE]
pattern = "resource"
headerType = "SCRIPT_STYLE"
extension = true
filename = false

[RUBY]
pattern = "rb"
headerType = "SCRIPT_STYLE"
Expand Down

0 comments on commit f0a6088

Please sign in to comment.