mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Grammar update
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user