eazyBI MDX
This repository contains a Sublime Text syntax highlighting file specifically for the eazyBI variant of the MDX query language.
Details
Installs
- Total 24
- Win 7
- Mac 14
- Linux 3
Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text - eazyBI MDX Syntax Highlighting
This repository contains a Sublime Text syntax highlighting file specifically for the eazyBI variant of the Multidimensional Expressions (MDX) query language. This is not to be confused with MDX (Markdown + JSX), a completely different language used for seamlessly writing JSX in Markdown documents.
MDX is a language for defining and manipulating multidimensional data widely used in Business Intelligence tools. It allows querying and manipulating multidimensional data cubes in a more human-readable format. eazyBI has specific additional MDX functions that are unavailable in the standard Mondrian OLAP engine, and some general MDX functions may be missing.
This syntax highlighting is specifically tailored to the MDX functions available in eazyBI.
Installation
Package Control (Recommended)
Package Control is a package manager for Sublime Text. If you don't already have it installed, follow the installation instructions here.
Once Package Control is installed, restart Sublime and follow these steps:
- Open the Command Pallette (
cmd + shift + p
on OS X / Linux orctrl + shift + p
on Windows). - Type “install” and select
Package Control: Install Package
. - Type “eazyBI MDX” and press Enter.
- Restart Sublime Text.
After following these steps, Sublime Text should automatically use eazyBI MDX syntax highlighting for files with the .mdx
extension.
Manually
- Download the
MDX.sublime-syntax
file from this repository. - Open Sublime Text and click on
Preferences > Browse Packages
. This will open the Sublime Text packages directory. - Copy the downloaded
MDX.sublime-syntax
file into the appropriate directory:
- On MacOS: `/Users/{username}/Library/Application Support/Sublime Text 3/Packages/User/`
- On Windows: `C:\Users\{username}\AppData\Roaming\Sublime Text 3\Packages\User\`
- On Linux: `~/.config/sublime-text-3/Packages/User/`
Be sure to replace {username}
with your actual username on your system.
- Restart Sublime Text.
After following these steps, Sublime Text should automatically use eazyBI MDX syntax highlighting for files with the .mdx
extension.
Contributing
Contributions to improve this syntax highlighting template are very welcome. Feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.