mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 13:21:01 +00:00
Quote NCL language's colour value
Without double-quotes, the hex colour is interpreted as a YAML comment.
Originally added in 2d39258.
This commit is contained in:
@@ -2128,7 +2128,7 @@ Myghty:
|
|||||||
|
|
||||||
NCL:
|
NCL:
|
||||||
type: programming
|
type: programming
|
||||||
color: #28431f
|
color: "#28431f"
|
||||||
extensions:
|
extensions:
|
||||||
- .ncl
|
- .ncl
|
||||||
tm_scope: source.ncl
|
tm_scope: source.ncl
|
||||||
|
|||||||
Reference in New Issue
Block a user