From 83ac53a1090e90bb36376dcf5713fac8e1cf66fd Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 10 Sep 2023 22:31:12 +0200 Subject: Fix various typos (#8233) --- runtime/themes/noctis.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/themes/noctis.toml') diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index c7d33680..f4c2d5b5 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -100,14 +100,14 @@ 'variable' = { fg = "white" } # Variable names. 'variable.builtin' = { } # Language reserved variables: `this`, `self`, `super`, etc. -'variable.parameter' = { } # Funtion parameters. +'variable.parameter' = { } # Function parameters. 'variable.other.member' = { } # Fields of composite data types (e.g. structs, unions). 'variable.function' = { } # ? 'label' = { fg = "purple" } # Loop labels in rust. 'punctuation' = { fg = "yellow", modifiers = ["bold"] } # (){}[]:;,. -# 'punctuation.delimeter' = { fg = "yellow" } # Commas and colons. +# 'punctuation.delimiter' = { fg = "yellow" } # Commas and colons. # 'punctuation.bracket' = { fg = "yellow" } # Parentheses, angle brackets, etc. 'keyword' = { fg = "pink", modifiers = ["bold"] } # Language reserved keywords. @@ -119,7 +119,7 @@ 'keyword.control.exception' = {fg = "pink", modifiers = ["bold"] } # 'raise' in python. 'keyword.operator' = { } # 'or', 'and', 'in'. 'keyword.directive' = { fg = "purple" } # Preprocessor directives (#if in C). -'keyword.function' = { } # The keyword to define a funtion: 'def', 'fun', 'fn'. +'keyword.function' = { } # The keyword to define a function: 'def', 'fun', 'fn'. 'operator' = { fg = "pink", modifiers = ["bold"] } # Logical (&&, ||) and - I assume - Mathematical (+, %) operators -- cgit v1.2.3-70-g09d2