Skip to content

Commit

Permalink
Merge pull request #188 from linduxed/patch-1
Browse files Browse the repository at this point in the history
Fix typo in language name comment
  • Loading branch information
NLKNguyen authored Jun 8, 2022
2 parents 7cd9681 + dee71bd commit 9051480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/PaperColor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ fun! s:apply_syntax_highlightings()
exec 'hi xmlEndTag' . s:fg_blue
exec 'hi xmlNamespace' . s:fg_orange

" Exlixir Highlighting
" Elixir Highlighting
" @target https://github.com/elixir-lang/vim-elixir
exec 'hi elixirAlias' . s:fg_blue . s:ft_bold
exec 'hi elixirAtom' . s:fg_navy
Expand Down

0 comments on commit 9051480

Please sign in to comment.