ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

eazy​BI MDX

by SKrooshof ALL

This repository contains a Sublime Text syntax highlighting file specifically for the eazyBI variant of the MDX query language.

Details

Installs

  • Total 8
  • Win 2
  • Mac 5
  • Linux 1
Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16
Windows 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1
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 1 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.

Example

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:

  1. Open the Command Pallette (cmd + shift + p on OS X / Linux or ctrl + shift + p on Windows).
  2. Type “install” and select Package Control: Install Package.
  3. Type “eazyBI MDX” and press Enter.
  4. Restart Sublime Text.

After following these steps, Sublime Text should automatically use eazyBI MDX syntax highlighting for files with the .mdx extension.

Manually

  1. Download the MDX.sublime-syntax file from this repository.
  2. Open Sublime Text and click on Preferences > Browse Packages. This will open the Sublime Text packages directory.
  3. 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.

  1. 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.