Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 0a2c1a9

Browse files
committed
Adds brief info in README for haml and auto triggering completions
1 parent e74162c commit 0a2c1a9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ Installation Options
1515

1616
ST2 Recommended Settings
1717
---
18-
Update your User Settings to the following (this is a ST3 default)
18+
Update your User Settings to the following (this is a ST3 default). This setting update will automatically open the completion list for HTML attributes. You can add scopes for other preprocessor to get the list to automatically show.
1919

2020
```js
21-
// Controls what scopes auto complete will be triggered in
21+
// Controls what scopes auto complete will be triggered in)
2222
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin"
2323
```
2424

25+
```js
26+
// For haml you could add
27+
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin, text.haml"
28+
```
29+
2530
Keymaps/Command Palette
2631
---
2732
`super+ctrl+l` : If not indexed: Indexes current project; If indexed: Opens quick panel with a list of definitions to search through

0 commit comments

Comments
 (0)