Skip to content

Commit

Permalink
Update language exposé.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Sep 11, 2024
1 parent 0215f2e commit 6e8e02b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions web/resources/languages.xmq
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,31 @@ list {

'
}
lang {
name = CSON
info = 'CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.'
by = 'Benjamin Lupton'
year = 2011
example = ''''
# An Array with no commas!
listOfStuff: [
'alfa'
'beta'
'gamma'
]

# An Object without braces!
stuff:
# Multi-Line Strings! Without Quote Escaping!
information: '''
Rambulations in
ranger roof
calling.
'''

more: 'alfa beta gamma'
''''
}
lang {
name = SDL
info = 'Simple Declarative Language was designed to provide a terse and perspicuous format for describing common data structures and data types.'
Expand Down Expand Up @@ -1254,6 +1279,7 @@ list {
name = NestedText
info = 'A Human Friendly Data Format'
year = 2020
by = 'Ken & Kale Kundert'
url = https://nestedtext.org/en/latest/
example = '# Contact information for our officers

Expand Down

0 comments on commit 6e8e02b

Please sign in to comment.