Syntax highlight (JS): Portions of expressions between / and / taken as regular expressions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GtkSourceView |
Fix Released
|
Medium
|
|||
gtksourceview3 (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
See screenshot. This is a JS file.
There are portions of expressions that are incorrectly highlighted in pink as if they were strings.
There is no syntax error before or after the captured portion of text. The script is parsed as expected by the javascript interpreter, so the syntax highlight is wrong.
Oh my ******* god, I see what the problem is!!
The portion between "/" and "/" are highlighted as if they were regular expressions.
But they aren't, nor does the parser of the language interpreter interpret them as such, so the syntax highlighting is wrong.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gedit 3.6.2-0ubuntu1
ProcVersionSign
Uname: Linux 3.8.0-34-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
Date: Wed Dec 25 21:16:41 2013
InstallationDate: Installed on 2013-10-11 (75 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)
summary: |
- Syntax highlight: nonsense pink coloring of portions of expressions in - JS + Syntax highlight (JS): Portions of expressions between / and / taken as + regular expressions |
Changed in gtksourceview: | |
importance: | Unknown → Medium |
status: | Unknown → New |
Changed in gtksourceview: | |
status: | New → Fix Released |
Gedit uses GtkSourceView for syntax highlighting. Reassigning to gtksourceview3 and linked an upstream bug.