Skip to contents

This function returns a vector of common text file extensions.

Usage

text_file_extensions()

Value

A character vector of text file extensions.

Examples

text_file_extensions()
#>  [1] "r"             "rmd"           "rnw"           "rpres"        
#>  [5] "rhtml"         "qmd"           "py"            "ipynb"        
#>  [9] "js"            "ts"            "jl"            "sas"          
#> [13] "html"          "css"           "scss"          "less"         
#> [17] "sass"          "tex"           "txt"           "md"           
#> [21] "markdown"      "html"          "htm"           "json"         
#> [25] "yml"           "yaml"          "xml"           "svg"          
#> [29] "yml"           "sh"            "bash"          "zsh"          
#> [33] "fish"          "bat"           "cmd"           "sql"          
#> [37] "csv"           "tsv"           "tab"           "log"          
#> [41] "dcf"           "ini"           "cfg"           "conf"         
#> [45] "properties"    "env"           "envrc"         "gitignore"    
#> [49] "gitattributes" "gitmodules"    "gitconfig"     "gitkeep"      
#> [53] "htaccess"      "htpasswd"      "htgroups"      "htdigest"