Skip to content

Commit

Permalink
Update filetypes.yml
Browse files Browse the repository at this point in the history
fix a typo which generate the error:
    
Error: while parsing a node, did not find expected node content at line 178 column 25
  • Loading branch information
pedemonte authored and sharkdp committed Jan 16, 2024
1 parent 0803368 commit cdcf0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filetypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ programming:
rust: [.rs]
sass: [.sass, .scss]
scala: [.scala, .sbt]
shell: [.sh, .bash, , .nu, .bashrc, .bash_profile, .zsh, .fish]
shell: [.sh, .bash, .nu, .bashrc, .bash_profile, .zsh, .fish]
sql: [.sql]
swift: [.swift]
tablegen: [.td]
Expand Down

0 comments on commit cdcf0bd

Please sign in to comment.