Use prism for code syntax highlighting
This commit is contained in:
parent
356c9dca43
commit
adf3c67355
54 changed files with 471 additions and 324 deletions
|
@ -18,7 +18,7 @@ These preferences ensure that the code is compliant with [Drupal coding standard
|
|||
|
||||
These can be changed by going to Preferences > Settings - User.
|
||||
|
||||
~~~
|
||||
```language-json
|
||||
{
|
||||
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme",
|
||||
"default_line_ending": "unix",
|
||||
|
@ -79,18 +79,18 @@ These can be changed by going to Preferences > Settings - User.
|
|||
"trim_trailing_white_space_on_save": true,
|
||||
"word_wrap": false
|
||||
}
|
||||
~~~
|
||||
```
|
||||
|
||||
## Key bindings
|
||||
|
||||
These can be changed by going to Preferences > Key Bindings - User.
|
||||
|
||||
~~~
|
||||
```language-json
|
||||
[
|
||||
{ "keys": ["alt+s"], "command": "toggle_side_bar" },
|
||||
{ "keys": ["alt+r"], "command": "reindent" }
|
||||
]
|
||||
~~~
|
||||
```
|
||||
|
||||
## Packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue