Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/forth/highlights.scm')
| -rw-r--r-- | runtime/queries/forth/highlights.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/queries/forth/highlights.scm b/runtime/queries/forth/highlights.scm deleted file mode 100644 index e3e494f6..00000000 --- a/runtime/queries/forth/highlights.scm +++ /dev/null @@ -1,7 +0,0 @@ -([(start_definition)(end_definition)] @keyword) -((number) @constant) -((string) @string) -((word) @function) -((comment) @comment) -([(core)] @type) -([(operator)] @operator) |