---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# JavaScript syntax editor

# JavaScript syntax editor {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The syntax editor provides support for editing JavaScript scripts.

The syntax editor has these features.

* JavaScript syntax coloring, indentation, line numbers, and automatic creation of closing braces and quotes
* JavaScript support
* Linting using the ESLint utility  
  Hinweis:  
  Modify or view default linting configurations by accessing the glide.ui.syntax_editor.linter.eslint_config property in the System Property \[sys_properties\] table. See [Available system properties](https://www.servicenow.com/docs/access?context=r_AvailableSystemProperties&version=australia&pubname=australia-platform-administration&ft:locale=en-US) for more information.
* Context menu for script includes, API, and tables
* Script macros for common code shortcuts

{#c_SyntaxEditor__ul_bnn_pyb_bq}

This feature requires the
Syntax
Editor (com.glide.syntax_editor) plugin.  
Abbildung : 1. JavaScript editor
* **[Syntax editor plugin](https://servicenow-prod.fluidtopics.net/Z3efmbDQm~YA1iwW83k5Fg)**   
  Enable the syntax editor plugin to use the syntax editor.
* **[Context menu in the syntax editor](https://servicenow-prod.fluidtopics.net/o0YI5RMTz1pqpCwYuqdfmQ)**   
  View the context menu for script includes, Glide APIs, and tables in the JavaScript syntax editor.
* **[Script syntax error checking](https://servicenow-prod.fluidtopics.net/q1gLRYkBpSFKylBKU3sK4w)**   
  All script fields provide controls for checking the syntax for errors and for locating the error easily when one occurs. The script editor places the cursor at the site of a syntax error and lets you search for errors in scripts by line number.
* **[Searching for errors by line](https://servicenow-prod.fluidtopics.net/iSRgYIzZ8yYri67aHSI6_A)**   
  To locate the exact position of the error in a large script, click the Go to line icon.

