BQL Language Support
This extenstion adds syntax highighting for the language BQL, used in the
Infor Birst product.
Highlighting
Currently the following items are highlighted:
- Control keywords ( end complete, end while, complete, while, if, elseif,
end if, then, else, for, next, writerecord, dim, select, from, where,
inner join, left outer join, right outer join, full outer join, on, and, as,
to, step, now, is not null, is null, union, distinct)
- Single or double-quoted text
- Numeric values
- Operators (=, +, -, *, >, <, /)
- Comments (using // or /* */)
- Functions (in the format
<function name>(something) )
- Core data types (integer, float, varchar, date, datetime)
Usage
The syntax will be auto-applied to any files with the extension .bql.
| |