Category Overview

Programming File Extensions

Programming file extensions include source code, scripts, markup, templates, configuration files, and development project resources. Browse this category to identify a format and find editors, runtimes, or development tools that support it.

7
Programming Extensions
Category Guide

How to work with programming file extensions

Source and script files are often readable in a text editor, but running them may require a specific runtime, compiler, framework, or build environment. Review unknown code before execution and avoid running scripts from untrusted sources.

Filter Extensions

Filter this category by the first letter of the extension.

7 Programming Extensions Available
.EBNF

Extended Backus-Naur Form

Extended Backus-Naur Form (EBNF) is a formal meta-syntax notation used to express context-free grammars. It is an extension of the orig...

Programming
.EBS

E-Prime Compiled Script File

An EBS file is a compiled script file created by E-Prime, a comprehensive software suite used by researchers for designing and running...

Programming
.EDITORCONFIG

EditorConfig Configuration File

An EditorConfig file is a highly portable configuration file used to define and maintain consistent coding styles between different edi...

Programming
.EJS

Embedded JavaScript template

EJS (Embedded JavaScript) is a simple templating language that lets you generate HTML markup with plain JavaScript. It's commonly used...

Programming
.ERB

Embedded Ruby

ERB (Embedded Ruby) is a templating system for Ruby. It allows you to embed Ruby code within text documents, typically HTML, XML, or YA...

Programming
.ESLINTIGNORE

ESLint Ignore File

An eslintignore file is a plain text configuration file used by ESLint, a popular static code analysis tool for identifying and reporti...

Programming
.ESLINTRC

ESLint Configuration File

An ESLint configuration file, typically saved as a dotfile named .eslintrc, is used by ESLint, a widely adopted static code analysis to...

Programming