| Summary: | Syntax file for Oracle PL/SQL support | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | EGD <egdfree> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Unspecified | ||
| Latest Commit: | http://commits.kde.org/ktexteditor/f5ea086b1a7e81b189d65ed04363d96bc64fe62e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
test syntax file
syntax rules file |
||
|
Description
EGD
2014-12-05 17:17:44 UTC
Created attachment 89835 [details]
test syntax file
Created attachment 89836 [details]
syntax rules file
Thanks for the files. Regarding the syntax file, there are some empty lines near the end, having trailing spaces. Those probably need to be removed. Git commit f5ea086b1a7e81b189d65ed04363d96bc64fe62e by Christoph Cullmann. Committed on 14/12/2014 at 15:34. Pushed by cullmann into branch 'master'. add Syntax file for Oracle PL/SQL output syntax mode in exported HTML for checking if right mode is active M +1 -0 autotests/input/syntax/dockerfile/results/Dockerfile.reference.html A +54 -0 autotests/input/syntax/sql-oracle/results/test_syntax.sql.reference.html A +41 -0 autotests/input/syntax/sql-oracle/test_syntax.sql M +1 -0 autotests/input/syntax/verilog/results/or1200_dc_fsm.v.reference.html M +1 -0 autotests/input/syntax/verilog/results/or1200_du.v.reference.html M +1 -0 autotests/input/syntax/vhdl/results/light52_muldiv.vhdl.reference.html M +1 -0 autotests/input/syntax/vhdl/results/light52_tb.vhdl.reference.html M +4 -0 src/export/htmlexporter.cpp A +2174 -0 src/syntax/data/sql-oracle.xml http://commits.kde.org/ktexteditor/f5ea086b1a7e81b189d65ed04363d96bc64fe62e |