17 lines
237 B
Plaintext
Raw Normal View History

2021-12-29 11:16:45 +01:00
# Syntax Colouring Map for timing
2021-01-29 12:31:58 +01:00
2021-12-29 11:16:45 +01:00
# Data types (KEYWORD1)
2021-01-29 12:31:58 +01:00
microSeconds KEYWORD1
milliSeconds KEYWORD1
seconds KEYWORD1
2021-12-29 11:16:45 +01:00
2021-01-29 12:31:58 +01:00
# Methods and Functions (KEYWORD2)
now KEYWORD2
set KEYWORD2
2021-12-29 11:16:45 +01:00
# Constants (LITERAL1)
TIMING_LIB_VERSION LITERAL1