Skip to content

Commit

Permalink
fix: ulcorner -> urcorner
Browse files Browse the repository at this point in the history
ref: #2952
  • Loading branch information
lervag committed May 10, 2024
1 parent bab312e commit afa469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vimtex/syntax/p/amssymb.vim
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function! vimtex#syntax#p#amssymb#load(cfg) abort " {{{1
syntax match texMathSymbol '\\vartriangleright\>' contained conceal cchar=
syntax match texMathSymbol '\\veebar\>' contained conceal cchar=
syntax match texMathSymbol '\\ulcorner\>' contained conceal cchar=
syntax match texMathSymbol '\\ulcorner\>' contained conceal cchar=
syntax match texMathSymbol '\\urcorner\>' contained conceal cchar=
syntax match texMathSymbol '\\llcorner\>' contained conceal cchar=
syntax match texMathSymbol '\\lrcorner\>' contained conceal cchar=
endfunction
Expand Down

0 comments on commit afa469b

Please sign in to comment.