← Writing · Reviews →

Glossary

Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.

Search results

Syntax Highlighting(also: Code Highlighting, Syntax Coloring)
A feature of text editors and IDEs that displays source code in different colors and fonts based on the category of terms—keywords, variables, strings, comments, and operators are visually distinguished to improve readability and help programmers identify syntax errors. While…
Syntax-Directed Editor(also: Structure Editor, Syntax-Aware Editor)
A code editor that understands the formal grammar of a programming language and uses this knowledge to guide editing operations. Unlike plain text editors, syntax-directed editors treat source code as a structured tree of language constructs rather than a sequence of characters.…

2 results.