Skip to content

Commit

Permalink
Fix misspellings (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
5-pebbles authored Aug 17, 2024
1 parent 7a9c7ea commit 5fbd59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nordic/groups/integrations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function M.get_groups()
--- Punctuation
G['@punctuation.delimiter'] = { link = 'Delimiter' } -- For delimiters ie: `.`
G['@punctuation.bracket'] = { link = '@operator' } -- For brackets and parens.
G['@punctuation.special'] = { link = 'Macro' } -- For special punctutation that does not fall in the catagories before.
G['@punctuation.special'] = { link = 'Macro' } -- For special punctuation that does not fall in the categories before.
G['@punctuation.special.markdown'] = { fg = C.orange.base, bold = true }
--- Literals
G['@string'] = { link = 'String' }
Expand All @@ -310,7 +310,7 @@ function M.get_groups()
G['@keyword.directive.define'] = { link = 'Define' }
G['@keyword.exception'] = { link = 'Exception' }
G['@keyword.export'] = { link = 'Keyword' }
G['@keyword.function'] = { link = 'Keyword' } -- For keywords used to define a fuction.
G['@keyword.function'] = { link = 'Keyword' } -- For keywords used to define a function.
G['@keyword.import'] = { link = 'Include' }
G['@keyword.operator'] = { link = 'Keyword' }
G['@keyword.repeat'] = { link = 'Repeat' }
Expand Down

0 comments on commit 5fbd59d

Please sign in to comment.