Skip to content

Commit

Permalink
update toml syntax with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkarj authored and cmyr committed Feb 2, 2019
1 parent a0d4067 commit 158e01e
Show file tree
Hide file tree
Showing 6 changed files with 1,354 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Packages/Toml/Comments.YAML-tmPreferences
@@ -0,0 +1,7 @@
name: Comments
scope: source.toml
settings:
shellVariables:
- name: TM_COMMENT_START
value: "# "
uuid: 1756cf6c-a968-4b8d-91ce-89478b6ab636
24 changes: 24 additions & 0 deletions Packages/Toml/Comments.tmPreferences
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.toml</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string># </string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>1756cf6c-a968-4b8d-91ce-89478b6ab636</string>
</dict>
</plist>
3 changes: 3 additions & 0 deletions Packages/Toml/README.md
@@ -0,0 +1,3 @@

Source :
https://github.com/evandroforks/Toml
15 changes: 15 additions & 0 deletions Packages/Toml/Symbol List.tmPreferences
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Symbol List</string>
<key>scope</key>
<string>meta.tag.key.toml, meta.tag.table.toml</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
</dict>
</dict>
</plist>

0 comments on commit 158e01e

Please sign in to comment.