mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Grammar update
This commit is contained in:
36
vendor/grammars/haskell.tmbundle/Preferences/Comments.tmPreferences
vendored
Normal file
36
vendor/grammars/haskell.tmbundle/Preferences/Comments.tmPreferences
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//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.haskell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>shellVariables</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>TM_COMMENT_START_2</string>
|
||||
<key>value</key>
|
||||
<string>{-</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>TM_COMMENT_END_2</string>
|
||||
<key>value</key>
|
||||
<string>-}</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>TM_COMMENT_START</string>
|
||||
<key>value</key>
|
||||
<string>-- </string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>E3994307-4D9E-44D6-832E-52C244F1CDF3</string>
|
||||
</dict>
|
||||
</plist>
|
||||
23
vendor/grammars/haskell.tmbundle/Preferences/Indentation.tmPreferences
vendored
Normal file
23
vendor/grammars/haskell.tmbundle/Preferences/Indentation.tmPreferences
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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>Indentation</string>
|
||||
<key>scope</key>
|
||||
<string>source.haskell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>decreaseIndentPattern</key>
|
||||
<string>^\s*$</string>
|
||||
<key>disableIndentCorrections</key>
|
||||
<true/>
|
||||
<key>increaseIndentPattern</key>
|
||||
<string>((^.*(=|\bdo|\bwhere|\bthen|\belse|\bof)\s*$)|(^.*\bif(?!.*\bthen\b.*\belse\b.*).*$))</string>
|
||||
<key>indentOnPaste</key>
|
||||
<string>simple</string>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>39417FB9-B85C-4213-BB1D-C19BCDD4E487</string>
|
||||
</dict>
|
||||
</plist>
|
||||
17
vendor/grammars/haskell.tmbundle/Preferences/Symbol List.tmPreferences
vendored
Normal file
17
vendor/grammars/haskell.tmbundle/Preferences/Symbol List.tmPreferences
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>source.haskell entity.name.function.infix</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>showInSymbolList</key>
|
||||
<string>0</string>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>0C39B945-E2C0-4E43-8A5B-332F6FA73C67</string>
|
||||
</dict>
|
||||
</plist>
|
||||
38
vendor/grammars/haskell.tmbundle/Preferences/Typing Pairs.plist
vendored
Normal file
38
vendor/grammars/haskell.tmbundle/Preferences/Typing Pairs.plist
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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>Typing Pairs</string>
|
||||
<key>scope</key>
|
||||
<string>source.haskell - comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>smartTypingPairs</key>
|
||||
<array>
|
||||
<array>
|
||||
<string>"</string>
|
||||
<string>"</string>
|
||||
</array>
|
||||
<array>
|
||||
<string>{</string>
|
||||
<string>}</string>
|
||||
</array>
|
||||
<array>
|
||||
<string>[</string>
|
||||
<string>]</string>
|
||||
</array>
|
||||
<array>
|
||||
<string>(</string>
|
||||
<string>)</string>
|
||||
</array>
|
||||
<array>
|
||||
<string>`</string>
|
||||
<string>`</string>
|
||||
</array>
|
||||
</array>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>FBF9D932-D5CE-4EC4-9162-122E511C8627</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user