From 78e869542022638af482c0dd85a07086a942907a Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 6 Jun 2023 15:14:34 +0200 Subject: Add support for Forth (#7256) --- runtime/queries/forth/highlights.scm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runtime/queries/forth/highlights.scm (limited to 'runtime/queries') diff --git a/runtime/queries/forth/highlights.scm b/runtime/queries/forth/highlights.scm new file mode 100644 index 00000000..7be0d132 --- /dev/null +++ b/runtime/queries/forth/highlights.scm @@ -0,0 +1,8 @@ +([(start_definition)(end_definition)] @keyword) +([(lparen) (rparen)] @punctuation.bracket) +((stack_effect_sep) @punctuation) +((number) @constant) +((word) @function) +((comment) @comment) +([(core)] @type) +([(operator)] @operator) -- cgit v1.2.3-70-g09d2