https://bugs.kde.org/show_bug.cgi?id=149313

Jonathan Poelen <jonathan.poe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED
      Latest Commit|                            |https://commits.kde.org/syn
                   |                            |tax-highlighting/0edc0cb01a
                   |                            |b7f43fde82e5d80c6fc42c93d5f
                   |                            |be0

--- Comment #8 from Jonathan Poelen <jonathan.poe...@gmail.com> ---
Git commit 0edc0cb01ab7f43fde82e5d80c6fc42c93d5fbe0 by Jonathan Poelen.
Committed on 19/08/2019 at 21:32.
Pushed by jpoelen into branch 'master'.

New syntax: SASS. Some fixes for CSS and SCSS

Summary:
CSS, SCSS (CSS4):

  - number in scientific notation: `12.3e3`
  - hexadecimal rgba: `#fffa` and `#ffffffaa`
  - 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

Reviewers: #framework_syntax_highlighting, dhaumann, cullmann

Reviewed By: #framework_syntax_highlighting, dhaumann

Subscribers: kwrite-devel, kde-frameworks-devel

Tags: #kate, #frameworks

Differential Revision: https://phabricator.kde.org/D23245

A  +824  -0    autotests/folding/highlight.sass.fold
M  +10   -0    autotests/folding/highlight.scss.fold
M  +1    -1    autotests/html/highlight.css.html
A  +831  -0    autotests/html/highlight.sass.html
M  +15   -5    autotests/html/highlight.scss.html
M  +1    -1    autotests/html/review128925-1.scss.html
A  +824  -0    autotests/input/highlight.sass
M  +10   -0    autotests/input/highlight.scss
M  +1    -1    autotests/reference/highlight.css.ref
A  +824  -0    autotests/reference/highlight.sass.ref
M  +15   -5    autotests/reference/highlight.scss.ref
M  +1    -1    autotests/reference/review128925-1.scss.ref
M  +9    -6    data/syntax/css.xml
A  +467  -0    data/syntax/sass.xml
M  +31   -13   data/syntax/scss.xml

https://commits.kde.org/syntax-highlighting/0edc0cb01ab7f43fde82e5d80c6fc42c93d5fbe0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to