Skip to content

Commit

Permalink
Add new twiggy-language-server 0.17.0 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Nov 18, 2024
1 parent d4384a1 commit b234220
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions LSP-twiggy.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"twiggy.inlayHints.block": true,
"twiggy.phpExecutable": "php",
"twiggy.framework": "ignore",
"twiggy.vanillaTwigEnvironmentPath": "",
"twiggy.symfonyConsolePath": "bin/console"
},
// File watching functionality only works with "LSP-file-watcher-chokidar" package installed.
Expand Down
7 changes: 7 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,17 @@
"enum": [
"symfony",
"craft",
"twig",
"ignore"
],
"markdownDescription": "Framework to use."
},
"twiggy.vanillaTwigEnvironmentPath": {
"type": "string",
"scope": "resource",
"default": "",
"markdownDescription": "Path to the Twig environment file. To be used with `\"twiggy.framework\": \"twig\"`.\nSee: https://github.com/moetelo/twiggy/issues/52"
},
"twiggy.symfonyConsolePath": {
"type": "string",
"scope": "resource",
Expand Down

0 comments on commit b234220

Please sign in to comment.