The VS Code extension specifically designed for ISO/IEC 39075 Graph Query Language standard
This extension provides complete syntax highlighting for ISO GQL files.
🎯 Features
⚡ ISO Standard Compliant: Built from the official ISO/IEC 39075 specification, not generic GraphQL
📁 Dedicated .gql File Support: Specifically designed for .gql files (not .graphql)
🗄️ Session & Transaction Support: Full highlighting for session management and transaction control commands
🚀 Advanced Language Features
ISO GQL Keywords: Complete SESSION, TRANSACTION, MATCH, CREATE command support
Graph Pattern Matching: Advanced node, edge, and path pattern recognition
Session Management: SET/RESET/CLOSE session commands with parameter binding
Transaction Control: START TRANSACTION, COMMIT, ROLLBACK support
Property Graph Constructs: Native support for nodes, edges, and graph expressions
Advanced Functions: Aggregation, scalar, string, temporal, and predicate functions
Supported Language Features
Session management commands (SET, RESET, CLOSE)
Transaction control (START TRANSACTION, COMMIT, ROLLBACK)
Graph pattern matching (MATCH, WHERE, RETURN)
Data manipulation (CREATE, DELETE, MERGE, SET)
Aggregation and scalar functions
String and temporal functions
Graph-specific constructs (nodes, edges, paths)
Installation
Install this extension from the VS Code Marketplace.
Usage
Simply open any .gql file in VS Code and enjoy syntax highlighting for your ISO GQL queries.