%YAML 1.2 --- # http://www.sublimetext.com/docs/3/syntax.html name: Robot Framework file_extensions: - robot - resource scope: source.robot contexts: main: - match: '\$\{(\d+|\d+\.\d*|0[bB][01]+|0[oO][0-7]+|0[xX][0-9a-fA-F]+)\}' comment: "Robot Framework numbers, like ${1} or ${12.3}" scope: constant.numeric.robot - match: '(?i)(%\{[\w|\s]+\})' comment: "Robot Framework environment variable, like %{USER}" scope: variable.parameter.robot - match: '((?