Skip to content

Commit

Permalink
fix: typo in TSStringEscape (#81) (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dst80 authored Aug 17, 2022
1 parent eb096c0 commit 40c71de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nordic/colors/syntax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 174,7 @@ return function(c, s, cs)
local strings_specials = {
-- TS
'TSStringRegex',
'TSStriingEscape',
'TSStringEscape',
'SpecialChar', -- VL
'cSpecialCharacter', -- C/C
'pythonescape', -- python
Expand Down

0 comments on commit 40c71de

Please sign in to comment.