inqlik / inqlik-tools

Set of tools for QlikView development in Sublime Text 3
54 stars 15 forks source link

Syntax coloring break when using qdf naming convension on variables #1

Closed veglar closed 9 years ago

veglar commented 9 years ago

The color markup of an variable name is not correct when using qdf standard naming convension such as vL.variablename or vG.variablename. I'm guessing it is the dot (.) that breaks the highlighting.


---
set: vG.SalesSum
definition: Sum({<OperationType={Sale}>} Amount)

---

//Vegar Lie Arntsen

vadimtsushko commented 9 years ago

Yes, that's annoing. I'll look at it

vadimtsushko commented 9 years ago

Fixed in version 0.1.32

vadimtsushko commented 9 years ago

ReFixed in version 0.1.33