FHUProgrammingMimeChecksExtensions extension

on

Properties

isC bool
Checks if a file path or URL represents a C source file.
no setter
isCpp bool
Checks if a file path or URL represents a C++ source file.
no setter
isCSharp bool
Checks if a file path or URL represents a C# source file.
no setter
isCSS bool
Checks if a file path or URL represents a CSS file.
no setter
isGo bool
Checks if a file path or URL represents a Go source file.
no setter
isHTML bool
Checks if a file path or URL represents an HTML file.
no setter
isJAVA bool
Checks if a file path or URL represents a JAVA source file.
no setter
isJavaScript bool
Checks if a file path or URL represents a JavaScript file.
no setter
isJSON bool
Checks if a file path or URL represents a JSON file.
no setter
isKotlin bool
Checks if a file path or URL represents a Kotlin source file.
no setter
isPHP bool
Checks if a file path or URL represents a PHP file.
no setter
isPython bool
Checks if a file path or URL represents a Python script.
no setter
isRuby bool
Checks if a file path or URL represents a Ruby source file.
no setter
isSwift bool
Checks if a file path or URL represents a Swift source file.
no setter
isTypeScript bool
Checks if a file path or URL represents a TypeScript file.
no setter
isXML bool
Checks if a file path or URL represents an XML file.
no setter