Edit Anything

Professional text and hex editing
with Binary Templates technology.






010 Editor - Text/Hex Editor Homepage

A syntax is a set of rules that define a language for text files such as C++, JavaScript, XML, etc. 010 Editor supports two types of syntaxes: Tree-sitter based syntaxes and Binary Template based syntaxes. Tree-sitter syntaxes parse source code into a syntax tree and can update the tree in real-time as the file is edited. Binary Template syntaxes parse one line at a time using a Binary Template. Tree-sitter syntaxes requires more memory and are slower than Binary Template syntaxes but Tree-sitter syntaxes provide much more detail in syntax highlighting and provide advanced features such as matching braces, expand selection, and identifying code sections.


Choosing a Syntax

The syntax for the current file can be chosen using the 'View > Syntax' menu as discussed below, or the Syntax section of the Status Bar.

Click on a Syntax name to activate that syntax. To remove a Syntax from a file, click 'View > Syntax > None (Plain)' or click on the Syntax section of the Status Bar and select '(none - plain)'. Note the Syntax menu and status bar section are only shown when editing text files. The Status Bar will display 'Plain' if no Syntax Highlighter is active and will display '(Template)' after a syntax name if that syntax is from a Binary Template.

Syntaxes are automatically assigned when a file is opened based on the file's extension. To configure which syntaxes are applied see the File Mask field in the Syntax Options dialog for Tree-sitter syntaxes, or the File Mask field in the Template Options dialog for Binary Template syntaxes. If a different syntax is chosen for a file, that syntax will be remembered the next time the file is opened and to disable remembering syntaxes see the Remember Last Syntax toggle in the Opening Files Options dialog. To control which Syntax is applied when creating a new file see the Manage New File Types button in the Editor Options dialog. All Tree-sitter syntaxes can be turned off using the Syntax Options dialog.


Syntax Menu

Choose a syntax for the current text file by clicking 'View > Syntax' on the main menu. Select None (Plain) to remove any syntax from the file and display the file as a plain text file. A list of recently used syntaxes is displayed at the top of this menu and click on a syntax name to switch the current file to that syntax. To list all available Tree-sitter syntaxes, select the All Syntaxes (Tree-sitter) menu option and to list all available Binary Template syntaxes, select the All Syntaxes (Templates) menu option. View all installed Tree-sitter syntaxes with the Syntax Options dialog and view all installed Template syntaxes with the Template Options dialog. To force a Tree-sitter syntax to always display at the top of the Syntax menu see the Show at Top Level toggle in the Syntax Options dialog.

Next in the Syntax menu are toggles for controlling Auto-Indent, Highlight Matching Braces/Tags and Show Section Lines. See the sections below for more information.

The 'View > Syntax > Edit Syntax File' menu option can be used to open the .syntax010 file that is associated with the current Tree-sitter syntax. The file will be opened as a new file in the editor and see Writing Tree-sitter Syntaxes for more information. Once changes are made to the .syntax010 file, click 'View > Syntax > Refresh Syntax' to apply the changes to all files that use that syntax. The Print Syntax Tree menu option will print out the current parse tree from a Tree-sitter syntax to the Output tab of the Output panel and see Printing Syntax Trees for more information.


Syntax Highlighting

Colors can be applied to a file using the current syntax. See the separate Syntax Highlighting help topic for more information.


Auto-Indent

Turn Auto-Indent on or off using 'View > Syntax > Auto-Indent'. When Auto-Indent is on and the Enter key is pressed on a line that is indented, a new line will be created and extra spaces will automatically be added to the line so that the indentation is the same as the previous line. If editing C/C++ source code or an 010 Editor Binary Template or Script and a line ends with '{' or '(', then extra spaces will be added to the line according to the indent size set with Tabs/Whitespace > Indent Size. Extra spaces will also be added when editing Python code and a line ends with ':' or if editing XML and a line ends with a new tag. If extra spaces are added to the line then pressing the Backspace key immediately afterwards will delete Indent Size spaces at a time.


Matching Braces/Tags

When the 'View > Syntax > Highlight Matching Braces/Tag' menu option is enabled and the caret is placed over a brace '(' or ')' in the Text Editor, that brace and the corresponding brace in the syntax will be underlined. Brace matching can be used for different types of symbols such as {}, [], () and also works with matching tags such as XML and HTML tags (for example <b> and </b>). Use 'Find > Jump to Matching Brace/Tag' to move the caret from one brace/tag to the corresponding brace/tag. Note that matching braces/tag only works when a Tree-sitter syntax is active on the current file. To configure which braces or tags are underlined, modify the Syntax010 file for the syntax and see Writing Tree-sitter Syntaxes for more information. The background color of the braces can also be changed using the Match Brace/Tag color in the Theme/Color Options dialog.


Show Section Lines

Section Lines are dotted vertical lines displayed in the Text Editor to identify different sections of the syntax within the file. Turn off the display of the section lines using 'View > Syntax > Show Section Lines'. Section lines require a Tree-syntax to be active and see Writing Tree-sitter Syntaxes to control where the section lines are drawn.


Installing Syntaxes

To install a new Tree-sitter syntax requires two things: a compiled dynamic link library for that syntax (.dll on Windows, .so on Linux, or .dylib on macOS), as well as a .syntax010 file. These files can be installed using the Syntax Options dialog and for more information about creating these files see Writing Tree-sitter Syntaxes.

To install a Binary Template syntax requires a .bt file that implements the HighlightLineRealtime function. The .bt file can be installed in the Template Options dialog by clicking the Add... button and then selecting the Template. New Template syntaxes can also be installed from the Template Repository by clicking 'Templates > Template Repository' and locating any Templates in the Syntax category. If a file is opened in 010 Editor and a Syntax Highlighter exists in the Repository which is not already installed, a dialog will be displayed asking to install the Template:

The Syntax Highlighter can be installed by clicking the Install button or ignored by clicking the Ignore button. Note this dialog is not displayed if a Tree-sitter syntax has already been assigned to the file. See Installing Files on Open from the Repository for more information on installing templates on open.

The list of installed Syntaxes is available in the Syntax Options dialog or the Template Options dialog. All Templates that have the category Syntax are assumed to be Syntax Highlighters and these Templates will appear in the Syntax popup section of the Status Bar.


Writing Syntaxes

Writing syntaxes is discussed in the separate help topics Writing Tree-sitter Syntaxes and Writing Template Syntaxes.


Syntaxes for Large Files

Tree-sitter syntaxes create and update a syntax tree for each data file. When editing large files that are many megabytes in length, this syntax tree can require a large amount of memory. To handle large syntax trees, large data files are split into blocks and the syntax tree is calculated separately for each block. Then the syntax trees are placed into a cache and when the syntax trees use too much memory, the oldest syntax trees are discarded. Syntax trees can usually be recalculated very quickly but there may be a visible delay in syntax highlighting when scrolling to a section of a file where the syntax tree has not been calculated. To control the block size and the cache size see the Tree-sitter section of the Cache Options dialog.


This is the manual for 010 Editor, a professional hex editor and text editor. Use 010 Editor to edit the individual bytes of any binary file, hard drive, or process on your machine. 010 Editor contains a whole host of powerful analysis and editing tools, plus Binary Templates technology that allows any binary format to be understood.





Newsletter - Receive special offers, tips, tricks and news. Join now



010 Editor v15.0 is here!
What's new?


Navigation


Products

010 Editor














E-mail: info@sweetscape.com