File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -345,9 +345,12 @@ or set this variable using `setopt`:
345
345
346
346
This setting will highlight ` defelem ` symbol, function name and the docstring.
347
347
348
- ** NOTE** : Setting ` clojure-ts-extra-def-forms ` won't change the indentation rule for
349
- these forms. For indentation rules you should use
350
- ` clojure-ts-semantic-indent-rules ` variable (see [ semantic indentation] ( #customizing-semantic-indentation ) section).
348
+ > [ !IMPORTANT]
349
+ >
350
+ > Setting ` clojure-ts-extra-def-forms ` won't change the indentation rule for
351
+ > these forms. For indentation rules you should use
352
+ > ` clojure-ts-semantic-indent-rules ` variable (see [ semantic
353
+ > indentation] ( #customizing-semantic-indentation ) section).
351
354
352
355
### Highlight markdown syntax in docstrings
353
356
You can’t perform that action at this time.
0 commit comments