D28303: LaTeX: fix math parentheses in optional labels

2020-03-26 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann, jpoelen. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY BUG: 418979 S

D27660: Add Inno Setup syntax, including embedded Pascal scripting

2020-03-26 Thread Nibaldo González
nibags added reviewers: Framework: Syntax Highlighting, cullmann, dhaumann. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D27660 To: zrax, #framework_syntax_highlighting, cullmann, dhaumann Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, G

D28814: TypeScript: add the "awaited" type operator

2020-04-13 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Add the new keyword "awaited

D29354: Bash: fix comments after escapes

2020-05-01 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY BUG: 418876 Comments we

D29354: Bash: fix comments after escapes

2020-05-01 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29354 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, domson, michaelh, ngraham, bru

D29354: Bash: fix comments after escapes

2020-05-01 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29354 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, domson, michaelh, ngraham, bru

D29521: LaTeX: fix folding in \end{...} and in regions markers BEGIN-END

2020-05-08 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY BUG: 419125 Fix folding

D29521: LaTeX: fix folding in \end{...} and in regions markers BEGIN-END

2020-05-08 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29521 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, domson, michaelh, ngraham, bru

D29793: Rename Perl6 syntax to Raku

2020-05-15 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, Kate, jpoelen, cullmann, dhaumann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY In October 2

D29793: Rename Perl6 syntax to Raku

2020-05-15 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29793 To: nibags, #framework_syntax_highlighting, #kate, jpoelen, cullmann, dhaumann Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, domson, michae

D29795: Add collaboration guide

2020-05-16 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Add a file with instructions

D29795: Add collaboration guide

2020-05-20 Thread Nibaldo González
nibags updated this revision to Diff 83086. nibags added a comment. - Add collaboration guide in the README file REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D29795?vs=82995&id=83086 BRANCH add-collaboration-guide REVISION DETAIL https://

D29795: Add collaboration guide

2020-05-20 Thread Nibaldo González
nibags added a comment. I put it all in the README. I also corrected the repository, I had not noticed that this repository was already in GitLab! REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29795 To: nibags, #framework_syntax_highlighting, dhaumann,

D29793: Rename Perl6 syntax to Raku

2020-05-20 Thread Nibaldo González
nibags updated this revision to Diff 83088. nibags added a comment. - Fix extensions and unit tests REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D29793?vs=82987&id=83088 BRANCH rename-perl6-raku REVISION DETAIL https://phabricator.kde.org

D29795: Add collaboration guide

2020-05-20 Thread Nibaldo González
nibags abandoned this revision. nibags added a comment. This is moved to https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/2 REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29795 To: nibags, #framework_syntax_highlighting, dhaumann,

D29793: Rename Perl6 syntax to Raku

2020-05-20 Thread Nibaldo González
nibags abandoned this revision. nibags added a comment. This is equivalent to: https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/1 REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D29793 To: nibags, #framework_syntax_highlighting, #kat

D11543: Optimize many syntax highlighting files and fix the '/' char of SQL

2018-03-21 Thread Nibaldo González
nibags added a comment. Then, in such a case, it would be better to make only conservative changes such as: - Change StringDetect to DetectChar or Detect2Chars. - Change AnyChar for DetectChar. - Change RegExpr for StringDetect, DetectChar or Detect2Chars. It would be better to u

D11543: Optimize many syntax highlighting files and fix the '/' char of SQL

2018-03-21 Thread Nibaldo González
nibags updated this revision to Diff 30172. nibags added a comment. Some changes are undone: - **prolog.xml** : Remove fallthrought, it goes back to RegExpr [1 context]. Use kateversion 3.4. - **rpmspec.xml** : All changes are undone: remove fallthrought [4 contexts]. Use kateversion 2

D11851: Add syntax highlighting for Logcat

2018-03-31 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. nibags requested review of this revision. REVISION SUMMARY Add the XML file for Android Logcat. This syntax highlighting file supports all log formats, in

D11851: Add syntax highlighting for Logcat

2018-03-31 Thread Nibaldo González
nibags edited the summary of this revision. nibags added a reviewer: Framework: Syntax Highlighting. nibags added a project: Framework: Syntax Highlighting. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D11851 To: nibags, #framework_syntax_highlighting Cc: #

D11945: Optimize AppArmor & SELinux highlighting and improve regex

2018-04-05 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. nibags requested review of this revision. REVISION SUMMARY Some optimizations are made (some suggested from D10621 ) and o

D11945: Optimize AppArmor & SELinux highlighting and improve regex

2018-04-05 Thread Nibaldo González
nibags added a reviewer: dhaumann. nibags added a project: Framework: Syntax Highlighting. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D11945 To: nibags, dhaumann Cc: #frameworks, michaelh, genethomas, ngraham, cullmann, vkrause, dhaumann

D11543: Optimize many syntax highlighting files and fix the '/' char of SQL

2018-04-07 Thread Nibaldo González
nibags updated this revision to Diff 31565. nibags added a comment. - xharbour.xml is restored I have verified that the `Int` rule is not equivalent to `` REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11543?vs=30172&id=31565 BRANCH opti

D11851: Add syntax highlighting for Logcat

2018-04-08 Thread Nibaldo González
nibags added a comment. It's a poem by Nicanor Parra. If you want I can change the test for a real log... REPOSITORY R216 Syntax Highlighting BRANCH add-logcat (branched from master) REVISION DETAIL https://phabricator.kde.org/D11851 To: nibags, #framework_syntax_highlighting, cullma

D11851: Add syntax highlighting for Logcat

2018-04-09 Thread Nibaldo González
nibags updated this revision to Diff 31729. nibags added a comment. - New test file. I also merged some RegExpr rules. REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11851?vs=31075&id=31729 BRANCH add-logcat (branched from master) REVIS

D11851: Add syntax highlighting for Logcat

2018-04-09 Thread Nibaldo González
nibags updated this revision to Diff 31767. nibags added a comment. - I added two lines to the test file REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11851?vs=31729&id=31767 BRANCH add-logcat (branched from master) REVISION DETAIL https:

D11851: Add syntax highlighting for Logcat

2018-04-10 Thread Nibaldo González
nibags added a comment. Everything is ready. But my account is not developer and I do not have permission to push it to the repository. REPOSITORY R216 Syntax Highlighting BRANCH add-logcat (branched from master) REVISION DETAIL https://phabricator.kde.org/D11851 To: nibags, #framewo

D11945: Optimize AppArmor & SELinux highlighting and improve regex

2018-04-15 Thread Nibaldo González
nibags updated this revision to Diff 32240. nibags added a comment. - AppArmor 2.13.0 Released: allow 'if exists' in Include rules REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11945?vs=31359&id=32240 BRANCH opt-apparmor-selinux (branched fr

D11945: Optimize AppArmor & SELinux highlighting and improve regex

2018-04-16 Thread Nibaldo González
nibags updated this revision to Diff 32260. nibags added a comment. - SELinux CIL: Add binaries and float. REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11945?vs=32240&id=32260 BRANCH opt-apparmor-selinux (branched from master) REVISION DET

D11945: Optimize AppArmor & SELinux highlighting and improve regex

2018-04-16 Thread Nibaldo González
nibags added a comment. I thought it would be better if the keywords used fewer lines in the file. If it's more comfortable I can restore it to how it was before... REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D11945 To: nibags, dhaumann Cc: #framewor

D11945: Optimize AppArmor & SELinux highlighting and improve regex

2018-04-19 Thread Nibaldo González
nibags updated this revision to Diff 32563. nibags added a comment. - Restore keywords REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11945?vs=32260&id=32563 BRANCH opt-apparmor-selinux (branched from master) REVISION DETAIL https://phabri

D13498: Rust: Add keywords & bytes, fix identifiers, and other improvements/fixes

2018-06-12 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. nibags requested review of this revision. REVISION SUMMARY **Changes:** - Add missing keywords. - Remove obsolete types `int` & `uint` (these

D13498: Rust: Add keywords & bytes, fix identifiers, and other improvements/fixes

2018-06-12 Thread Nibaldo González
nibags edited the summary of this revision. nibags added reviewers: dhaumann, cullmann. nibags added a project: Framework: Syntax Highlighting. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D13498 To: nibags, dhaumann, cullmann Cc: kde-frameworks-devel, mich

D13498: Rust: Add keywords & bytes, fix identifiers, and other improvements/fixes

2018-06-12 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D13498 To: nibags, dhaumann, cullmann Cc: kde-frameworks-devel, michaelh, genethomas, ngraham, bruns, cullmann, vkrause, dhaumann

D13498: Rust: Add keywords & bytes, fix identifiers, and other improvements/fixes

2018-06-12 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D13498 To: nibags, dhaumann, cullmann Cc: kde-frameworks-devel, michaelh, genethomas, ngraham, bruns, cullmann, vkrause, dhaumann

D13565: CoffeeScript: add extension .cson

2018-06-15 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. nibags requested review of this revision. REVISION SUMMARY `cson` is a CoffeeScript-Object-Notation. It is a format for storing data, like JSON, and

D13565: CoffeeScript: add extension .cson

2018-06-15 Thread Nibaldo González
nibags added a reviewer: dhaumann. nibags added a project: Framework: Syntax Highlighting. nibags edited subscribers, added: Framework: Syntax Highlighting; removed: kde-frameworks-devel. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D13565 To: nibags, dhau

D13692: Add highlighting of JavaScript React

2018-06-23 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. nibags requested review of this revision. REVISION SUMMARY Add syntax hightlighting of JSX files (ReactJS). Basically, this is JavaScript plus tags

D13692: Add highlighting of JavaScript React

2018-06-23 Thread Nibaldo González
nibags added reviewers: Framework: Syntax Highlighting, dhaumann. nibags added a project: Framework: Syntax Highlighting. nibags edited subscribers, added: Framework: Syntax Highlighting; removed: kde-frameworks-devel. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.k

D13787: CoffeeScript & JavaScript: fix member objects. Add .ts extension in JS

2018-06-28 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. nibags requested review of this revision. REVISION SUMMARY **CoffeeScript** - Fix [bug #394365](URL "https://bugs.kde.org/show_bug.cgi?id=394365

D13787: CoffeeScript & JavaScript: fix member objects. Add .ts extension in JS

2018-06-28 Thread Nibaldo González
nibags edited the summary of this revision. nibags added reviewers: dhaumann, cullmann. nibags added a project: Framework: Syntax Highlighting. nibags edited subscribers, added: Framework: Syntax Highlighting; removed: kde-frameworks-devel. REPOSITORY R216 Syntax Highlighting REVISION DETAIL

D13888: JavaScript: Add unicode escape `\u{1234\}`

2018-07-04 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. nibags requested review of this revision. REVISION SUMMARY - ECMAScript 2015 Language Specification. 11.8.4 String Literals: https://ecma-internatio

D14020: RPM Spec: add MIME type

2018-07-09 Thread Nibaldo González
nibags created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. nibags requested review of this revision. REVISION SUMMARY Obtained from `shared-mime-info`: https://www.freedesktop.org/wiki/Software/shared-mime-i

D14020: RPM Spec: add MIME type

2018-07-09 Thread Nibaldo González
nibags added a reviewer: Framework: Syntax Highlighting. nibags added a project: Framework: Syntax Highlighting. nibags edited subscribers, added: Framework: Syntax Highlighting; removed: kde-frameworks-devel. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D1

D14020: RPM Spec: add MIME type

2018-07-10 Thread Nibaldo González
nibags added a comment. Ok! REPOSITORY R216 Syntax Highlighting BRANCH add-mime-rpmspec REVISION DETAIL https://phabricator.kde.org/D14020 To: nibags, #framework_syntax_highlighting, vkrause Cc: kwrite-devel, bcooksley, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, dem

D14062: Python: fix escapes in quoted-comments

2018-07-11 Thread Nibaldo González
nibags created this revision. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Bug #386685: https://bugs.kde.org/show_bug.cgi?id=386685 Escape cha

D14062: Python: fix escapes in quoted-comments

2018-07-11 Thread Nibaldo González
nibags added a reviewer: Framework: Syntax Highlighting. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14062 To: nibags, #framework_syntax_highlighting Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cullmann, sars,

D14062: Python: fix escapes in quoted-comments

2018-07-12 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14062 To: nibags, #framework_syntax_highlighting, #kate, dhaumann, cullmann Cc: ngraham, kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, bruns, demsking, c

D14062: Python: fix escapes in quoted-comments

2018-07-13 Thread Nibaldo González
nibags updated this revision to Diff 37722. nibags added a comment. - Add test. I also included a missing MIME type, obtained from `shared-mime-info`. REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14062?vs=37615&id=37722 BRANCH fix-pyth

D14270: CoffeeScript: fix templates in embedded JavaScript code & add escapes

2018-07-22 Thread Nibaldo González
nibags created this revision. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY In CoffeeScript, the character ` (grave accent) is used to insert JavaSc

D14270: CoffeeScript: fix templates in embedded JavaScript code & add escapes

2018-07-22 Thread Nibaldo González
nibags edited the summary of this revision. nibags added reviewers: dhaumann, cullmann, Framework: Syntax Highlighting, Kate. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14270 To: nibags, dhaumann, cullmann, #framework_syntax_highlighting, #kate Cc: kwri

D14270: CoffeeScript: fix templates in embedded JavaScript code & add escapes

2018-07-22 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14270 To: nibags, dhaumann, cullmann, #framework_syntax_highlighting, #kate Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, c

D14274: Modelines: add byte-order-mark & small fixes

2018-07-22 Thread Nibaldo González
nibags created this revision. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Changes: - Add missing keyword: `byte-order-mark` (there is only "b

D14274: Modelines: add byte-order-mark & small fixes

2018-07-22 Thread Nibaldo González
nibags edited the summary of this revision. nibags added reviewers: turbov, dhaumann, cullmann, vkrause, Kate. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14274 To: nibags, turbov, dhaumann, cullmann, vkrause, #kate Cc: kwrite-devel, kde-frameworks-devel,

D14270: CoffeeScript: fix templates in embedded JavaScript code & add escapes

2018-07-26 Thread Nibaldo González
nibags updated this revision to Diff 38476. nibags added a comment. - Increase file version (to 6). REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14270?vs=38194&id=38476 BRANCH jsemb-coffeescript REVISION DETAIL https://phabricator.kde.or

D14274: Modelines: add byte-order-mark & small fixes

2018-07-26 Thread Nibaldo González
nibags updated this revision to Diff 38477. nibags added a comment. - Delete update references REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14274?vs=38201&id=38477 BRANCH fix-modelines REVISION DETAIL https://phabricator.kde.org/D14274

D11945: AppArmor: update syntax and various improvements/fixes

2018-07-31 Thread Nibaldo González
nibags retitled this revision from "Optimize AppArmor & SELinux highlighting and improve regex" to "AppArmor: update syntax and various improvements/fixes". nibags edited the summary of this revision. nibags added a reviewer: Framework: Syntax Highlighting. nibags changed the visibility from "No O

D14270: CoffeeScript: fix templates in embedded JavaScript code & add escapes

2018-07-31 Thread Nibaldo González
nibags added a comment. Now I have access to commits... but apparently, you have to accept the latest revision to do so :( REPOSITORY R216 Syntax Highlighting BRANCH jsemb-coffeescript REVISION DETAIL https://phabricator.kde.org/D14270 To: nibags, dhaumann, cullmann, #framework_synta

D14526: AppArmor: update syntax and various improvements/fixes

2018-07-31 Thread Nibaldo González
nibags created this revision. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY I have updated and checked the syntax highlighting of AppArmor with vari

D14526: AppArmor: update syntax and various improvements/fixes

2018-07-31 Thread Nibaldo González
nibags added reviewers: Framework: Syntax Highlighting, Kate. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14526 To: nibags, #framework_syntax_highlighting, #kate Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cul

D14526: AppArmor: update syntax and various improvements/fixes

2018-08-02 Thread Nibaldo González
nibags added reviewers: dhaumann, cullmann. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14526 To: nibags, #framework_syntax_highlighting, #kate, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, c

D14270: CoffeeScript: fix templates in embedded JavaScript code & add escapes

2018-08-02 Thread Nibaldo González
nibags closed this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14270 To: nibags, dhaumann, cullmann, #framework_syntax_highlighting, #kate Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cullmann, sars,

D14702: Java: add binaries & hex-float, and support underscores in numbers

2018-08-09 Thread Nibaldo González
nibags created this revision. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Some improvements in the highlighting of literal numbers: - BUG 386

D14702: Java: add binaries & hex-float, and support underscores in numbers

2018-08-09 Thread Nibaldo González
nibags added reviewers: dhaumann, cullmann, vkrause, Kate. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14702 To: nibags, dhaumann, cullmann, vkrause, #kate Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cullmann,

D14702: Java: add binaries & hex-float, and support underscores in numbers

2018-08-10 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14702 To: nibags, dhaumann, cullmann, vkrause, #kate Cc: ngraham, kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, bruns, demsking, cullmann, sars, dhaumann

D14760: YAML: fix keys, add numbers and other improvements

2018-08-12 Thread Nibaldo González
nibags created this revision. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Fix some reported bugs and update the syntax for YAML 1.2: - Fixes

D14593: Update Logtalk language syntax support

2018-08-12 Thread Nibaldo González
nibags added reviewers: dhaumann, cullmann, vkrause, Framework: Syntax Highlighting, Kate. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14593 To: pmoura, dhaumann, cullmann, vkrause, #framework_syntax_highlighting, #kate Cc: kwrite-devel, kde-frameworks-d

D14760: YAML: fix keys, add numbers and other improvements

2018-08-12 Thread Nibaldo González
nibags edited the summary of this revision. nibags added reviewers: dhaumann, cullmann, Framework: Syntax Highlighting. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14760 To: nibags, dhaumann, cullmann, #framework_syntax_highlighting Cc: kwrite-devel, kde-

D14760: YAML: fix keys, add numbers and other improvements

2018-08-12 Thread Nibaldo González
nibags closed this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14760 To: nibags, dhaumann, cullmann, #framework_syntax_highlighting Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cullmann, sars, dhauman

D14702: Java: add binaries & hex-float, and support underscores in numbers

2018-08-12 Thread Nibaldo González
nibags closed this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14702 To: nibags, dhaumann, cullmann, vkrause, #kate Cc: ngraham, kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, bruns, demsking, cullmann, sars, dhaumann

D14526: AppArmor: update syntax and various improvements/fixes

2018-08-12 Thread Nibaldo González
nibags updated this revision to Diff 39549. nibags added a comment. - Update references. Regenerate file "autotest/reference/usr.bin.apparmor-profile-test.ref" REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14526?vs=38880&id=39549 BRANCH

D14526: AppArmor: update syntax and various improvements/fixes

2018-08-12 Thread Nibaldo González
nibags updated this revision to Diff 39550. nibags added a comment. Fix conflicts in references. REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14526?vs=39549&id=39550 REVISION DETAIL https://phabricator.kde.org/D14526 AFFECTED FILES autot

D14526: AppArmor: update syntax and various improvements/fixes

2018-08-12 Thread Nibaldo González
nibags closed this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14526 To: nibags, #framework_syntax_highlighting, #kate, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cullmann, sars,

D14274: Modelines: add byte-order-mark & small fixes

2018-08-13 Thread Nibaldo González
nibags added a comment. So I keep the DetectSpaces rule and only delete the LineContinue. By having a file with Modelines as a test, randomly, different .html and .ref files are generated each time I run "testhighlighter_test" and "htmlhighlighter_test". That is, sometimes the .html and

D14274: Modelines: add byte-order-mark & small fixes

2018-08-13 Thread Nibaldo González
nibags added a comment. I will update the diff including the tests. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D14274 To: nibags, turbov, dhaumann, cullmann, vkrause, #kate Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns,

D14274: Modelines: add byte-order-mark & small fixes

2018-08-13 Thread Nibaldo González
nibags updated this revision to Diff 39551. nibags added a comment. - Add test & add DetectSpace. REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14274?vs=38477&id=39551 BRANCH fix-modelines REVISION DETAIL https://phabricator.kde.org/D1427

D14274: Modelines: add byte-order-mark & small fixes

2018-08-13 Thread Nibaldo González
nibags updated this revision to Diff 39552. nibags added a comment. - Corrects references erroneously included in previous update REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14274?vs=39551&id=39552 BRANCH arcpatch-D14274 REVISION DETAIL

D14274: Modelines: add byte-order-mark & small fixes

2018-08-15 Thread Nibaldo González
nibags updated this revision to Diff 39789. nibags added a comment. - Fix test (use Modelines in Python instead of Bash) REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14274?vs=39717&id=39789 BRANCH arcpatch-D14274 REVISION DETAIL https://

D18475: Add AsciiDoc support

2019-01-25 Thread Nibaldo González
nibags added a comment. Hi!! Please, also add a test file in: "autotests/input/". To generate the files in "folding", "html" and "reference" use `make test` and `autotests/update-reference-data.sh`. I am not a reviewer, but I want to add some recommendations in relation to the itemDat

D18475: Add AsciiDoc support

2019-01-27 Thread Nibaldo González
nibags added a comment. If you are only going to use the "admonition" keywords list for autocompletion, you could add them to the end of the context "section" or "start", keeping the attribute (Normal). I have done this in some highlight files REPOSITORY R216 Syntax Highlighting REVISION

D18516: Fix end of folding region in rules with lookAhead=true

2019-01-27 Thread Nibaldo González
nibags removed a reviewer: KTextEditor. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18516 To: nibags, #framework_syntax_highlighting, cullmann, dhaumann, #ktexteditor Cc: andreasgr, kwrite-devel, kde-frameworks-devel, hase, michaelh, ngraham, bruns, dems

D18516: Fix end of folding region in rules with lookAhead=true

2019-01-27 Thread Nibaldo González
nibags added a comment. Some highlighters use endRegion+lookAhead to determine the end of a region when a new one starts, that is, they don't consider the text with endRegion+lookAhead as part of the fold region. This behavior was present before the implementation of KSyntaxHighlighting and,

D18746: Avoid duplicate *-php.xml files in "data/CMakeLists.txt"

2019-02-05 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, cullmann, dhaumann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY When `CMAKE_CURRENT_SOURCE_D

D18948: CubeScript: fixes line continuation escape in strings

2019-02-12 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Fix the line continuation es

D18949: R Markdown: improve folding of blocks

2019-02-12 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY **Changes:** - Use a di

D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the

2019-02-12 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY In the `` tag, it will be po

D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the

2019-02-12 Thread Nibaldo González
nibags edited the summary of this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18951 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, gennad, michaelh, ngraham, bruns, demsking, cullmann, sar

D18746: Avoid duplicate *-php.xml files in "data/CMakeLists.txt"

2019-02-12 Thread Nibaldo González
nibags accepted this revision. nibags added a comment. It's good, I think it's a better solution ;D REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18746 To: cullmann, #framework_syntax_highlighting, dhaumann, nibags Cc: kwrite-devel, kde-frameworks-devel

D18948: CubeScript: fixes line continuation escape in strings

2019-02-12 Thread Nibaldo González
nibags updated this revision to Diff 51553. nibags added a comment. - Add unit test REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D18948?vs=51486&id=51553 BRANCH fix-escape-cubescript REVISION DETAIL https://phabricator.kde.org/D18948 AFF

D18948: CubeScript: fixes line continuation escape in strings

2019-02-12 Thread Nibaldo González
nibags closed this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18948 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, gennad, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann

D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the

2019-02-13 Thread Nibaldo González
nibags added a comment. I can add more examples in "autotests/input/highlight.php", for all the cases of languages ​​included REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18951 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-

D19249: Improve highlighting of TypeScript (and React) and add more tests for PHP

2019-02-23 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY Add more examples in the PHP

D19328: MustacheJS: also highlight template files, fix syntax and improve support for Handlebars

2019-02-26 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, cullmann, dhaumann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY The Mustache highlighting ha

D19328: MustacheJS: also highlight template files, fix syntax and improve support for Handlebars

2019-02-26 Thread Nibaldo González
nibags closed this revision. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19328 To: nibags, #framework_syntax_highlighting, cullmann, dhaumann Cc: kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann

D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the

2019-02-26 Thread Nibaldo González
nibags added a comment. The MustacheJS highlight is modified in this diff: D19328 REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18951 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel,

D19461: Logcat: fix dsError color with underline="0"

2019-03-01 Thread Nibaldo González
nibags created this revision. nibags added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. nibags requested review of this revision. REVISION SUMMARY In itemData's, using `dsErro

D19461: Logcat: fix dsError color with underline="0"

2019-03-03 Thread Nibaldo González
nibags updated this revision to Diff 53099. nibags added a comment. - Add tests REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19461?vs=52939&id=53099 BRANCH logcat-fix-error-color REVISION DETAIL https://phabricator.kde.org/D19461 AFFECT

D19461: Logcat: fix dsError color with underline="0"

2019-03-03 Thread Nibaldo González
nibags added a comment. Not seem, from what I see it is a recent bug. I just checked it in KDE Frameworks 5.48.0 (Fedora 28) and it works correctly REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19461 To: nibags, #framework_syntax_highlighting, dhaumann

D19461: Logcat: fix dsError color with underline="0"

2019-03-04 Thread Nibaldo González
nibags added a comment. I still have problems with dsError + underline="0" :( In "autotest/html" these aren't underlined, but when I open the file "test.logcat" with Kate, it's underlined. I even tried creating a new Unix user, but the problem persists (I'm using KDE Frameworks 5.55.0).

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-04 Thread Nibaldo González
nibags added a comment. Use: `cmake ./ && make` to compile REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19438 To: bonghyunkim Cc: nibags, dhaumann, kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars

  1   2   3   4   5   >