Jump to content

YAML: Difference between revisions

From EDM2
Created page with "Data serialisation language standard, similar to a markup language in many respects rather than a data representation language per se. The rather unclassy internationalisation..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Data serialisation language standard, similar to a markup language in many respects rather than a data representation language per se. The rather unclassy internationalisation support of YAML means that it is left to the [[UNIX]] like OS's in most cases and should probably only be used where interoperational issues force it.
'''YAML''' (''YAML Ain’t Markup Language'') is a data serialisation language standard, similar to a markup language in many respects rather than a data representation language per se. The rather unclassy internationalisation support of YAML means that it is best left to the [[UNIX]] like OS's in most cases and should probably only be used where interoperability issues force it.


====OS/2 text & programmers editors with Yaml file support====
;Text editor support
* [[jEdit]] - Java based editor - Yaml syntax highlighting built in - Current.
* [[jEdit]] - Java based editor - Yaml syntax highlighting built in


==Links==
==Links==
* [http://yaml.org YAML homepage]
* [http://yaml.org YAML homepage]


[[Category:Markup Languages]]
[[Category:Markup Language]]

Latest revision as of 15:33, 9 April 2018

YAML (YAML Ain’t Markup Language) is a data serialisation language standard, similar to a markup language in many respects rather than a data representation language per se. The rather unclassy internationalisation support of YAML means that it is best left to the UNIX like OS's in most cases and should probably only be used where interoperability issues force it.

Text editor support
  • jEdit - Java based editor - Yaml syntax highlighting built in

Links