This package provides enhanced syntax highlighting for BigQuery SQL (GoogleSQL) within Sublime Text.
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
- Type "Package Control: Install Package" and press Enter.
- Search for "GoogleSQL Syntax Highlighting" and press Enter to install.
- Open a
.sqlfile or a new file where you intend to write BigQuery SQL. - Select the syntax "BigQuery SQL" from the syntax selection menu (View > Syntax or the syntax selection in the bottom right corner).
- Highlights BigQuery specific keywords and functions.
- Improved readability for complex BigQuery queries.
- Supports standard SQL syntax with BigQuery extensions.
Contributions are welcome! If you find any issues or would like to suggest improvements, please:
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request.
MIT License