D23245: New syntax: SASS. Some fixes for CSS and SCSS

2019-08-19 Thread jonathan poelen
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:0edc0cb01ab7: New syntax: SASS. Some fixes for CSS and 
SCSS (authored by jpoelen).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D23245?vs=63987=64075#toc

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D23245?vs=63987=64075

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

AFFECTED FILES
  autotests/folding/highlight.sass.fold
  autotests/folding/highlight.scss.fold
  autotests/html/highlight.css.html
  autotests/html/highlight.sass.html
  autotests/html/highlight.scss.html
  autotests/html/review128925-1.scss.html
  autotests/input/highlight.sass
  autotests/input/highlight.scss
  autotests/reference/highlight.css.ref
  autotests/reference/highlight.sass.ref
  autotests/reference/highlight.scss.ref
  autotests/reference/review128925-1.scss.ref
  data/syntax/css.xml
  data/syntax/sass.xml
  data/syntax/scss.xml

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


D23245: New syntax: SASS. Some fixes for CSS and SCSS

2019-08-19 Thread Dominik Haumann
dhaumann accepted this revision.
dhaumann added a comment.
This revision is now accepted and ready to land.


  Thanks for working on this.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  sass (branched from master)

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

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


D23245: New syntax: SASS. Some fixes for CSS and SCSS

2019-08-18 Thread jonathan poelen
jpoelen created this revision.
jpoelen added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann.
jpoelen added projects: Kate, Frameworks.
jpoelen requested review of this revision.

REVISION SUMMARY
  CSS, SCSS (CSS4):
  
  - number in scientific notation: `12.3e3`
  - hexadecimal rgba: `#fffa` and `#ffaa`
  - new units: cap,ic,lh,rlh,vi,vb,vmin,vmax,Q,in,dpi,dpcm,dppx,x
  - remove unknown unit: vm
  - new pseudo selector: matches
  
  SCSS:
  
  - fix nested function
  - fix `...` as operator
  - fix interpolation as property
  
  SASS:
  
  - new syntax
  
  BUG: 149313

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  sass (branched from master)

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

AFFECTED FILES
  autotests/folding/highlight.sass.fold
  autotests/folding/highlight.scss.fold
  autotests/html/highlight.css.html
  autotests/html/highlight.sass.html
  autotests/html/highlight.scss.html
  autotests/html/review128925-1.scss.html
  autotests/input/highlight.sass
  autotests/input/highlight.scss
  autotests/reference/highlight.css.ref
  autotests/reference/highlight.sass.ref
  autotests/reference/highlight.scss.ref
  autotests/reference/review128925-1.scss.ref
  data/syntax/css.xml
  data/syntax/sass.xml
  data/syntax/scss.xml

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