You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (Jira)" <ji...@apache.org> on 2019/12/06 08:49:00 UTC

[jira] [Comment Edited] (NETBEANS-3553) Add "mustache" support in Yaml files

    [ https://issues.apache.org/jira/browse/NETBEANS-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16989531#comment-16989531 ] 

Christian Lenz edited comment on NETBEANS-3553 at 12/6/19 8:48 AM:
-------------------------------------------------------------------

Grest work [~lkishalmi] :). Just a little info, I added a config yaml from our company, to show you how our file looks like. As you can see, we have a placeholder inside a string which looks like: {code}"%(hiera('myapp::http_port')}"{code}. It is about hiera stuff. It would be great, if those placeholders could also be more prominent. If you want I can create another ticket for that.


was (Author: chrizzly):
Grest work [~lkishalmi] :). Just a little info, I added a config yaml from our company, to show you how our file looks like. As you can see, we have a placeholder inside a string which looks like: "%{hiera('myapp::http_port')}". It is about hiera stuff. It would be great, if those placeholders could also be more prominent. If you want I can create another ticket for that.

> Add "mustache" support in Yaml files
> ------------------------------------
>
>                 Key: NETBEANS-3553
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3553
>             Project: NetBeans
>          Issue Type: New Feature
>          Components: yaml - Editor
>            Reporter: Laszlo Kishalmi
>            Assignee: Laszlo Kishalmi
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: our.yml
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Yaml is trendy among DevOps and often hinted with some templating using "mustache" style \{{ }} brackets.
> The yaml parser reports error in some cases. Also it would be nice to improve the lexer to provide some minimal syntax coloring for them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists