https://bugs.kde.org/show_bug.cgi?id=407611
Bug ID: 407611
Summary: Julia syntax file contains casing errors
Product: kate
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: syntax
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
In julia.xml (https://kate-editor.org/syntax/data/julia.xml) the unsigned
integers are defined like Uint, Uint8, Uint16, Uint32 and Uint64 (with lower
case "i"). However, as can be seen in Julia's documentation
(https://docs.julialang.org/en/v1.1/base/numbers/#Core.UInt8), the types are
actually defined with an upper case "I", i.e. all five lines should be changed
accordingly.
--
You are receiving this mail because:
You are watching all bug changes.