D27009: Makefile highlight: add substitutions

2020-02-09 Thread Christoph Cullmann
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:5bd8719d4655: Makefile highlight: add substitutions 
(authored by nibags, committed by cullmann).

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27009?vs=74626&id=75296

REVISION DETAIL
  https://phabricator.kde.org/D27009

AFFECTED FILES
  autotests/folding/Makefile.fold
  autotests/html/Makefile.html
  autotests/input/Makefile
  autotests/reference/Makefile.ref
  data/syntax/makefile.xml

To: nibags, #framework_syntax_highlighting, dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, GB_2, 
domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann


D27009: Makefile highlight: add substitutions

2020-02-09 Thread Christoph Cullmann
cullmann accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  makefile-substitutions

REVISION DETAIL
  https://phabricator.kde.org/D27009

To: nibags, #framework_syntax_highlighting, dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, GB_2, 
domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann


D27009: Makefile highlight: add substitutions

2020-02-09 Thread Christoph Cullmann
cullmann added a comment.


  Has a test, looks ok, thanks!

REPOSITORY
  R216 Syntax Highlighting

REVISION DETAIL
  https://phabricator.kde.org/D27009

To: nibags, #framework_syntax_highlighting, dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, cblack, GB_2, 
domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann


D27009: Makefile highlight: add substitutions

2020-01-29 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: 416685
  
  Add substitutions:
  
$(var:pattern=replacement)
  
  **Source:** 
https://www.gnu.org/savannah-checkouts/gnu/make/manual/html_node/Text-Functions.html

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  makefile-substitutions

REVISION DETAIL
  https://phabricator.kde.org/D27009

AFFECTED FILES
  autotests/folding/Makefile.fold
  autotests/html/Makefile.html
  autotests/input/Makefile
  autotests/reference/Makefile.ref
  data/syntax/makefile.xml

To: nibags, #framework_syntax_highlighting, dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, GB_2, domson, 
michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann