You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Many users of ArchiCAD are making their own library parts or even publish them o
9
9
But the rescue is here! _(at least something like that)_
10
10
The purpose of this package is to give you the chance to comfortably write code in the best editor of the galaxy – Sublime Text!
11
11
12
-
This package provides **syntax highlighting** together with a well aligned **color scheme** and also **auto completion**. (Can be forced by pressing `ctrl + space`)
12
+
This package provides **syntax highlighting** together with a well aligned **color scheme** and also **auto completion**. (Can be forced by pressing <kbd>ctrl</kbd> + <kbd>space</kbd>)
13
13
14
14
## Installation
15
15
@@ -54,7 +54,7 @@ Copy _one_ of these into the new file and save:
54
54
```
55
55
56
56
### Auto completion + Snippets
57
-
You may have to force the auto completion via `ctrl + space`.
57
+
You may have to force the auto completion via <kbd>ctrl</kbd> + <kbd>space</kbd>.
58
58
Also some Snippets are now on board. Try it out! Type in: `comline` and then press TAB.
0 commit comments