Skip to content
  1. Aug 01, 2023
  2. Jul 24, 2023
  3. Jul 01, 2022
  4. Jun 18, 2022
  5. Feb 01, 2022
  6. Jan 21, 2022
  7. Jan 01, 2022
  8. Dec 20, 2021
  9. Jun 01, 2021
  10. May 30, 2021
  11. Mar 01, 2021
  12. Feb 25, 2021
  13. Jan 15, 2021
  14. Dec 29, 2020
  15. Jun 01, 2020
  16. May 26, 2020
  17. Jul 15, 2019
  18. Jun 30, 2019
  19. Jan 01, 2019
  20. Dec 24, 2018
  21. Apr 01, 2018
  22. Mar 18, 2018
  23. Feb 15, 2018
  24. Feb 01, 2018
  25. Jan 01, 2018
  26. Dec 28, 2017
  27. Dec 25, 2017
  28. Jun 01, 2017
  29. May 22, 2017
    • Maxim Dounin's avatar
      Contrib: proper syntax parsing in vim syntax highlighting. · 9dd8efab
      Maxim Dounin authored
      Instead of highlighting directives in arbitrary positions, proper
      parsing of nginx.conf syntax was implemented, matching what nginx does
      internally.  This allows vim to correctly highlight various complex cases,
      including:
      
          return 301 http://example.com/path#fragment";
      
      and also avoids highlighting of parameters as directives, as in
      
          server_name missing.semicolon.example.com
          index index.php;
      
      where "index" is not a directive but a parameter of the "server_name"
      directive due to missing semicolon.
      
      Most important downside of this approach seems to be that there is no
      easy way to introduce directive-specific parameters.  As such, only "listen"
      directive parameters were preserved.
      9dd8efab
  30. Mar 15, 2017
  31. Mar 01, 2017
  32. Feb 24, 2017
  33. Feb 22, 2017
  34. Dec 15, 2016
  35. Dec 12, 2016
Loading