[frameworks-syntax-highlighting] [Bug 149313] add support for HAML and SASS syntax highlighting

2019-08-19 Thread Jonathan Poelen
https://bugs.kde.org/show_bug.cgi?id=149313

Jonathan Poelen  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  ---
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 `#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

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  -0autotests/folding/highlight.sass.fold
M  +10   -0autotests/folding/highlight.scss.fold
M  +1-1autotests/html/highlight.css.html
A  +831  -0autotests/html/highlight.sass.html
M  +15   -5autotests/html/highlight.scss.html
M  +1-1autotests/html/review128925-1.scss.html
A  +824  -0autotests/input/highlight.sass
M  +10   -0autotests/input/highlight.scss
M  +1-1autotests/reference/highlight.css.ref
A  +824  -0autotests/reference/highlight.sass.ref
M  +15   -5autotests/reference/highlight.scss.ref
M  +1-1autotests/reference/review128925-1.scss.ref
M  +9-6data/syntax/css.xml
A  +467  -0data/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.

[frameworks-syntax-highlighting] [Bug 149313] add support for HAML and SASS syntax highlighting

2019-05-13 Thread Nibaldo G.
https://bugs.kde.org/show_bug.cgi?id=149313

Nibaldo G.  changed:

   What|Removed |Added

 CC||nibg...@gmail.com
  Component|syntax  |syntax
Product|kate|frameworks-syntax-highlight
   ||ing

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