Reserved Keywords for LookML DSL

Hello Community,

I am currently working on building an LSP for Looker to enhance the development experience for .lkml files in Visual Studio Code. As part of this project, I need to implement syntax highlighting, code completion, and other language-specific features.

To achieve this, I require a comprehensive list of reserved keywords used in lookml DSL. Unfortunately, I have not been able to find a complete and authoritative source for these keywords.

If anyone has access to such a list or knows where I can find detailed documentation on LookML keywords and their usage, please share the information. Thank you!

0 1 43
1 REPLY 1

Hi simonaque,

That sounds like a great project! We have a LookML reference guide that breaks down all LookML parameters - it is broken down by hierarchy and outlines each parameter name and function. There are also example usages.