Skip to content

Commit

Permalink
refactor: clean up ST4 selector (#70)
Browse files Browse the repository at this point in the history
refactor: clean up ST4 selector
  • Loading branch information
rchl authored Dec 12, 2021
1 parent 163cdea commit 0993fe5
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions LSP-intelephense.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"languages": [
{
"languageId": "php",
// ST3 configuration
"scopes": [
"source.php"
],
"syntaxes": [
"Packages/PHP/PHP.sublime-syntax",
],
// ST4 configuration
"document_selector": "embedding.php",
"feature_selector": "source.php",
},
],
"schemes": ["file", "buffer"],
"auto_complete_selector": "punctuation.accessor | punctuation.definition.variable | punctuation.separator.namespace | punctuation.definition.tag.begin",
"initializationOptions": {
Expand All @@ -31,4 +16,15 @@
// For a full list, you can check the link above or just use LSP-json for autocompletion.
"intelephense.environment.phpVersion": "8.1.0", // temporary fix for intelephense v1.8.0
},
// ST4 configuration
"selector": "embedding.php",
"feature_selector": "source.php",
// ST3 configuration
"languages": [
{
"languageId": "php",
"scopes": ["source.php"],
"syntaxes": ["Packages/PHP/PHP.sublime-syntax"],
},
],
}

0 comments on commit 0993fe5

Please sign in to comment.