Skip to content

Commit

Permalink
removed DISABLED_IN_JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
fushnisoft committed Aug 16, 2013
1 parent 94e6efa commit e830c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Support/Clarion.JSON-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},

"classLabels": {
"match": "^DISABLED_IN_JSON[A-Za-z_][A-Za-z0-9_:]*\\.([A-Za-z_][A-Za-z0-9_:\\.]*)\\s",
"match": "^[A-Za-z_][A-Za-z0-9_:]*\\.([A-Za-z_][A-Za-z0-9_:\\.]*)\\s",
"name": "entity.name.class.clarion",
"captures": {
"1": { "name": "entity.other.inherited-class.clarion" }
Expand Down
2 changes: 1 addition & 1 deletion Support/Clarion.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<key>comment</key>
<string>label declarations with a different highlight for method names</string>
<key>match</key>
<string>^DISABLED_IN_JSON[A-Za-z_][A-Za-z0-9_:]*\.([A-Za-z_][A-Za-z0-9_:\.]*)\s</string>
<string>^[A-Za-z_][A-Za-z0-9_:]*\.([A-Za-z_][A-Za-z0-9_:\.]*)\s</string>
<key>name</key>
<string>entity.name.class.clarion</string>
</dict>
Expand Down

0 comments on commit e830c37

Please sign in to comment.