module documentation

pygments.lexers.jsonnet ~~~~~~~~~~~~~~~~~~~~~~~ Lexer for Jsonnet data templating language. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class JsonnetLexer Lexer for Jsonnet source code.
Function quoted_field_name Undocumented
Function string_rules Undocumented
Variable jsonnet_function_token Undocumented
Variable jsonnet_token Undocumented
def quoted_field_name(quote_mark): (source)

Undocumented

def string_rules(quote_mark): (source)

Undocumented

jsonnet_function_token = (source)

Undocumented

jsonnet_token: str = (source)

Undocumented