Skip to content

Commit ad57296

Browse files
committed
add missing LANGTYPE values in code and enums.rst
1 parent 8151231 commit ad57296

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

PythonScript/src/NotepadPython.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,10 @@ void export_notepad()
227227
.value("JSON5", L_JSON5)
228228
.value("MSSQL", L_MSSQL)
229229
.value("GDSCRIPT", L_GDSCRIPT)
230-
.value("HOLLYWOOD", L_HOLLYWOOD);
230+
.value("HOLLYWOOD", L_HOLLYWOOD)
231+
.value("GOLANG", L_GOLANG)
232+
.value("RAKU", L_RAKU)
233+
.value("TOML", L_TOML);
231234

232235
boost::python::enum_<winVer>("WINVER")
233236
.value("UNKNOWN", WV_UNKNOWN)

docs/source/enums.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,10 +1393,16 @@ LANGTYPE
13931393

13941394
.. attribute:: LANGTYPE.FREEBASIC
13951395

1396+
.. attribute:: LANGTYPE.GDSCRIPT
1397+
1398+
.. attribute:: LANGTYPE.GOLANG
1399+
13961400
.. attribute:: LANGTYPE.GUI4CLI
13971401

13981402
.. attribute:: LANGTYPE.HASKELL
13991403

1404+
.. attribute:: LANGTYPE.HOLLYWOOD
1405+
14001406
.. attribute:: LANGTYPE.HTML
14011407

14021408
.. attribute:: LANGTYPE.IHEX
@@ -1413,6 +1419,8 @@ LANGTYPE
14131419

14141420
.. attribute:: LANGTYPE.JSON
14151421

1422+
.. attribute:: LANGTYPE.JSON5
1423+
14161424
.. attribute:: LANGTYPE.JSP
14171425

14181426
.. attribute:: LANGTYPE.KIX
@@ -1457,6 +1465,8 @@ LANGTYPE
14571465

14581466
.. attribute:: LANGTYPE.R
14591467

1468+
.. attribute:: LANGTYPE.RAKU
1469+
14601470
.. attribute:: LANGTYPE.RC
14611471

14621472
.. attribute:: LANGTYPE.REBOL
@@ -1487,6 +1497,8 @@ LANGTYPE
14871497

14881498
.. attribute:: LANGTYPE.TEX
14891499

1500+
.. attribute:: LANGTYPE.TOML
1501+
14901502
.. attribute:: LANGTYPE.TXT
14911503

14921504
.. attribute:: LANGTYPE.TXT2TAGS

0 commit comments

Comments
 (0)