Skip to content

Commit

Permalink
Fix typo in language name comment
Browse files Browse the repository at this point in the history
  • Loading branch information
linduxed authored Jun 4, 2022
1 parent 7cd9681 commit dee71bd
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 dee71bd

Please sign in to comment.