Skip to content

Commit 69dd4b0

Browse files
committed
Update L2U tables to julia v1.11.0-DEV.14
Closes #310
1 parent 88ebda5 commit 69dd4b0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

autoload/julia_latex_symbols.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" This file is autogenerated from the script 'generate_latex_symbols_table.jl'
2-
" The symbols are based on Julia version 1.10.0-DEV.1622
2+
" The symbols are based on Julia version 1.11.0-DEV.14
33

44
scriptencoding utf-8
55

@@ -13,6 +13,7 @@ function! julia_latex_symbols#get_dict()
1313
\ '\copyright': '©',
1414
\ '\:copyright:': '©',
1515
\ '\ordfeminine': 'ª',
16+
\ '\guillemotleft': '«',
1617
\ '\neg': '¬',
1718
\ '\circledR': '®',
1819
\ '\:registered:': '®',
@@ -25,6 +26,7 @@ function! julia_latex_symbols#get_dict()
2526
\ '\cdotp': '·',
2627
\ '\^1': '¹',
2728
\ '\ordmasculine': 'º',
29+
\ '\guillemotright': '»',
2830
\ '\1/4': '¼',
2931
\ '\1/2': '½',
3032
\ '\3/4': '¾',

doc/julia-vim-L2U-table.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ julia-vim-L2U-table.txt LaTeX-to-Unicode reference table
44
LATEX-TO-UNICODE REFERENCE TABLE *L2U-ref* *julia-vim-L2U-reference*
55

66
Note: This file is autogenerated from the script 'generate_latex_symbols_table.jl'
7-
The symbols are based on the documentation of Julia version 1.10.0-DEV.1622
7+
The symbols are based on the documentation of Julia version 1.11.0-DEV.14
88
See |julia-vim| for the LaTeX-to-Unicode manual.
99

1010
Code point(s) Character(s) Tab completion sequence(s) Unicode name(s)~
@@ -16,6 +16,7 @@ U+000A6 ¦ \brokenbar BRO
1616
U+000A7 § \S SECTION SIGN
1717
U+000A9 © \copyright, \:copyright: COPYRIGHT SIGN
1818
U+000AA ª \ordfeminine FEMININE ORDINAL INDICATOR
19+
U+000AB « \guillemotleft LEFT-POINTING DOUBLE ANGLE QUOTATION MARK / LEFT POINTING GUILLEMET
1920
U+000AC ¬ \neg NOT SIGN
2021
U+000AE ® \circledR, \:registered: REGISTERED SIGN / REGISTERED TRADE MARK SIGN
2122
U+000AF ¯ \highminus MACRON / SPACING MACRON
@@ -27,6 +28,7 @@ U+000B6 ¶ \P PIL
2728
U+000B7 · \cdotp MIDDLE DOT
2829
U+000B9 ¹ \^1 SUPERSCRIPT ONE / SUPERSCRIPT DIGIT ONE
2930
U+000BA º \ordmasculine MASCULINE ORDINAL INDICATOR
31+
U+000BB » \guillemotright RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK / RIGHT POINTING GUILLEMET
3032
U+000BC ¼ \1/4 VULGAR FRACTION ONE QUARTER / FRACTION ONE QUARTER
3133
U+000BD ½ \1/2 VULGAR FRACTION ONE HALF / FRACTION ONE HALF
3234
U+000BE ¾ \3/4 VULGAR FRACTION THREE QUARTERS / FRACTION THREE QUARTERS

keymap/latex2unicode_utf-8.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" This file is autogenerated from the script 'generate_L2U_keymap.jl'
2-
" The symbols are based on Julia version 1.10.0-DEV.1622
2+
" The symbols are based on Julia version 1.11.0-DEV.14
33
" The full generating script can be found in the comments at the bottom of this file,
44
" and it can be extracted with:
55
"
@@ -1905,6 +1905,8 @@ loadkeymap
19051905
\\gtreqqless <char-0x02A8C> " ⪌ : GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN
19061906
\\gtrless <char-0x02277> " ≷ : GREATER-THAN OR LESS-THAN / GREATER THAN OR LESS THAN
19071907
\\gtrsim <char-0x02273> " ≳ : GREATER-THAN OR EQUIVALENT TO / GREATER THAN OR EQUIVALENT TO
1908+
\\guillemotleft <char-0x000AB> " « : LEFT-POINTING DOUBLE ANGLE QUOTATION MARK / LEFT POINTING GUILLEMET
1909+
\\guillemotright <char-0x000BB> " » : RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK / RIGHT POINTING GUILLEMET
19081910
\\guilsinglleft <char-0x02039> " ‹ : SINGLE LEFT-POINTING ANGLE QUOTATION MARK / LEFT POINTING SINGLE GUILLEMET
19091911
\\guilsinglright <char-0x0203A> " › : SINGLE RIGHT-POINTING ANGLE QUOTATION MARK / RIGHT POINTING SINGLE GUILLEMET
19101912
\\gvertneqq <char-0x02269><char-0x0FE00> " ≩︀ : GREATER-THAN BUT NOT EQUAL TO / GREATER THAN BUT NOT EQUAL TO + VARIATION SELECTOR-1

0 commit comments

Comments
 (0)