Skip to content

Commit

Permalink
Fix typo for ["%"] keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirschbaum committed Oct 25, 2023
1 parent 411ab0a commit cb536ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
((identifier) @font-lock-comment-face
(:match "^_" @font-lock-comment-face))
(identifier) @font-lock-function-name-face
["%"] @font-lock-keyward-face
["%"] @font-lock-keyword-face
["," ";"] @font-lock-keyword-face
["(" ")" "[" "]" "{" "}" "<<" ">>"] @font-lock-keyword-face)

Expand Down

0 comments on commit cb536ff

Please sign in to comment.