Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 48b329c

Browse files
committed
Update list of scope names available for Atom v1.8.0
1 parent a20193c commit 48b329c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ Developer Tools Console and execute the following:
5555
Object.keys(atom.grammars.grammarsByScopeName).sort().join('\n')
5656
```
5757

58-
Here is a list of the scope names available by default in Atom v0.207.0:
58+
Here is a list of the scope names available by default in Atom v1.8.0:
5959

6060
* source.c
61+
* source.cake
6162
* source.clojure
6263
* source.coffee
64+
* source.coffee.jsx
6365
* source.cpp
6466
* source.cs
6567
* source.css
@@ -73,8 +75,10 @@ Here is a list of the scope names available by default in Atom v0.207.0:
7375
* source.java
7476
* source.java-properties
7577
* source.js
78+
* source.js.jsx
7679
* source.js.rails source.js.jquery
7780
* source.js.regexp
81+
* source.js.regexp.replacement
7882
* source.json
7983
* source.litcoffee
8084
* source.makefile

0 commit comments

Comments
 (0)