aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/noctis.toml
diff options
context:
space:
mode:
authorAlexis Mousset2023-09-10 20:31:12 +0000
committerGitHub2023-09-10 20:31:12 +0000
commit83ac53a1090e90bb36376dcf5713fac8e1cf66fd (patch)
tree642686ff06c6115d9915b7583ae7cf6357063ce4 /runtime/themes/noctis.toml
parent6f3a6575dc9f4f9390cdfa5b56f5a0d182775ca2 (diff)
Fix various typos (#8233)
Diffstat (limited to 'runtime/themes/noctis.toml')
-rw-r--r--runtime/themes/noctis.toml6
1 files changed, 3 insertions, 3 deletions
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